Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    );
    
    print "you want output.\n " if $verbose;
    
  2. or download this
    $ perl scriptA.pl --verbose
    you want output.
    $ perl scriptA.pl