Help for this page

Select Code to Download


  1. or download this
    C:\sisyphusion>type script.pl
    use warnings;
    ...
    cmd /k perl script.pl
    
    C:\sisyphusion>
    
  2. or download this
    
    C:\sisyphusion>cmd /k perl script.pl
    Hello World
    
    C:\sisyphusion>