--- Ovid <[EMAIL PROTECTED]> wrote: > > 3. and this?: $somevar = \@somearray; > > Putting a backslash in front a a sigil creates a returns a reference to it...
That was coherent. :) I have come to the conclusion that I will be a better programmer if I can only learn to type. That first sentence should read: Putting a backslash in front of a variable's sigil will create a reference to said variable. Cheers (and sigh), Curtis "Ovid" Poe ===== "Ovid" on http://www.perlmonks.org/ Someone asked me how to count to 10 in Perl: push@A,$_ for reverse q.e...q.n.;for(@A){$_=unpack(q|c|,$_);@a=split//; shift@a;shift@a if $a[$[]eq$[;$_=join q||,@a};print $_,$/for reverse @A __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]