Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -T
    
    ...
        print qq{--$_---\n$ENV{"InPARAM$_"}\n$ENV{"InVAL$_"}\n};
        }
    exit;