- or download this
print "foo1\n";
- or download this
print "GOT THIS: $lines\n";
- or download this
RESULT:
...
GOT THIS: FTPData.20010517.120547
$
- or download this
# send output to file
@args2 = ("$tabfile");
...
close(LOGFILE);
print "GOT THIS: $lines\n";
exit(0);