Help for this page

Select Code to Download


  1. or download this
    perl myScript.pl -w word1 word2
    
  2. or download this
    my $usage = "Usage:  $0 -t TARGET -r RELEASE -b BUILDTYPE
      where:
    ...
    }
    
    if (( !defined $TARGET ) or ( !defined $RELEASE ) or ( !defined $BUILD
    +TYPE)) {print $usage;exit;}