Help for this page

Select Code to Download


  1. or download this
    C:> script.pl
    
  2. or download this
    C:> script.pl >log_file.txt
    
  3. or download this
    C:> perl script.pl >log_file.txt
    
  4. or download this
    #!/usr/bin/perl -w
    
    ...
        system ("script.pl $less");
        print "System returned $? (not that I care!)\n";
        }