in reply to reading scalars from text file
--perlplexeropen (VARIABLES, "<variables.dat") or die "Error : $!\n"; while (<VARIABLES>){ my ($ip, $domain, $smtp, $user, $name, $sendto) = split; print "$user\n"; } close VARIABLES;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
| A reply falls below the community's threshold of quality. You may see it by logging in. |