Help for this page

Select Code to Download


  1. or download this
    perl myprogram.pl -input C:\inputfilelocation -output C:\outputfileloc
    +ation
    
  2. or download this
    GetOptions('input=s' => \$input,'output=s' => \$output);