Help for this page

Select Code to Download


  1. or download this
    
    G:\development\bin>x.pl -l
    ...
    
    
    G:\development\bin>
    
  2. or download this
    G:\development\bin>x.pl -b
    Unknown option: b
    ...
    
    
    G:\development\bin>
    
  3. or download this
    use strict;
    use warnings;
    ...
        print "Version:${VERSION}\n$message";
        exit;
    }