Help for this page

Select Code to Download


  1. or download this
    perl -s script.pl -R=val args for program
         \/           \____/ \______________/
    ...
         \________/    \____/    \______________/
            perl         -s           script
            opts        opts           args
    
  2. or download this
    perl {perl opts} -- {opts for -s} -- {script opts} -- {script args}