Help for this page

Select Code to Download


  1. or download this
    #!perl -w
    $|++;$,=' ';
    print $/,'perl> ';
    eval($_) || print $@,$/
    and print $/,'perl> ' while(<>);
    
  2. or download this
    C:\test>perl play.pl
    
    ...
    
    
     perl>