Help for this page

Select Code to Download


  1. or download this
    # put shebang needed for system here, i.e. call to ratlperl
    use strict;
    ...
    
    # assume each command line argument is a Perl token
    eval join(' ', @ARGV);