Tielman Koekemoer (TNE) [TK], on Wednesday, May 25, 2005 at 10:32
(+0200) typed the following:

TK>         $file$num = $line;   # Problem assignment!

use hash instead scalar variables; $file{$num} is OK.
First you have to ofcourse declare it: my %file = ();

-- 

How do you protect mail on web? I use http://www.2pu.net

[Only a fool fights in a burning house--Kank the Klingon]



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to