Help for this page

Select Code to Download


  1. or download this
    $VERSION = 0.01;
    $uname = "uname";
    # Set ARGS
    ...
                       -f <queuename> -- Force option\n
                       -h print this help file\n";
    }
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    use Getopt::Long;
    ...
    else {
            print &display_help;
    }
    
  3. or download this
    if (a) {    # switch to add a queue
           do system($somecmd $q); #run system cmd with entered string.