Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use Getopt::Long;
    ...
        'C:\\LOG\\\LOG1.LOG, 
        
        );
    
  2. or download this
    GetOptions ('server:s', \$server, 'service:s', \$service, 'action:s', 
    +\$action);
    
    ...
                            }
                    }
            }