in reply to Re^4: Many strings make one variable?
in thread Many strings make one variable?
has nothing to do with the original test i did.my $in = $_[0];
NOTE: In general, you should be using ``my'' instead of ``local'', bec +ause it's faster and safer. Exceptions to this include the global pun +ctuation variables, filehandles and formats, and direct manipulation +of the Perl symbol table itself. Format variables often use ``local'' + though, as do other variables whose current value must be visible to + called subroutines.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Many strings make one variable?
by Aristotle (Chancellor) on Oct 15, 2002 at 09:51 UTC | |
by true (Pilgrim) on Oct 15, 2002 at 10:44 UTC | |
|
Re: Re: Re^4: Many strings make one variable?
by demerphq (Chancellor) on Oct 15, 2002 at 10:46 UTC |