Help for this page

Select Code to Download


  1. or download this
    BEGIN {
         $c = <<USAGE;
    ...
    USAGE
         use constant USAGEMSG => $c;
    }
    
  2. or download this
    BEGIN {
         $c = <<USAGE;
    ...
    USAGE
    }
    use constant USAGEMSG => $c;