Help for this page

Select Code to Download


  1. or download this
    > cat 714766.pl
    #!/usr/bin/env perl
    ...
    else {
        print "either -t or -s used\n";
    }
    
  2. or download this
    > ./714766.pl
    neither -t or -s used
    ...
    >
    > ./714766.pl -s 5
    either -t or -s used