Help for this page

Select Code to Download


  1. or download this
    ./perl2exe sample.pl
    
  2. or download this
    # If you use 'bash' (or similar), add '.' to the path this way
    export PATH=.:$PATH
    ...
    # If you use 'tcsh' (or similar), add '.' to the path this way
    set path = ( . $path )
    rehash