Help for this page
C:> script.pl
C:> script.pl >log_file.txt
C:> perl script.pl >log_file.txt
#!/usr/bin/perl -w ... system ("script.pl $less"); print "System returned $? (not that I care!)\n"; }