while(<ENABLE>){ my $server = $_; # $_ is the var that contians the whole line # but $_ is ambiguous so we'll give it the $server chomp $server; #remove newline #other stuff }
In reply to Re: Perl script to read 500 entries from a .txt file
by perlaintdead
in thread Perl script to read 500 entries from a .txt file
by user786
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |