Help for this page

Select Code to Download


  1. or download this
    sub usagedie {
        print <<'END_USAGE';
    ...
    END_USAGE
        exit(1);
    }
    
  2. or download this
        SomeFunction(<<'PARAM1', 42, <<"PARAM3");
    this is the
    ...
    and this is the text for param3 with $i
    variable interpolation this time
    PARAM3