Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

DEFINING my

Quote Reply
DEFINING my
would anyone know how to use my for
(@{$ratesort{$k}}) = sort{ $a <=> $b; } (@{$ratesort{$k}});

Using strict, it says I must define this array but whatever I try, my @{$ratesort{$k}}; etc does not work. I've finally given up and just used no strict for just this array and turned strict back on.

Thanks,
Kevin
Subject Author Views Date
Thread DEFINING my hostglobal 1603 Dec 4, 1999, 10:11 AM
Post Re: DEFINING my
widgetz 1540 Dec 4, 1999, 10:34 AM