But no data ever seems to be there.$database = "@names"; # space separated list of names $database = @names; # number of elements in @names $database = \@names; # reference to @names $database = [@names]; # reference to a copy of @names
In reply to Re: Re: using arrays insteaed of files
by Anonymous Monk
in thread using arrays insteaed of files
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |