Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
            print "But I don't know what I saw\n";
        }
    }
    
  2. or download this
    C:\>test.pl --something NodeReaper
    I saw something on the cmd line
    And it was NodeReaper
    
  3. or download this
    C:\>test.pl --something
    I saw something on the cmd line
    But I don't know what I saw
    
  4. or download this
    C:\>test.pl --something a -something grue
    I saw something on the cmd line
    And it was a grue