Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl 
    
    ...
    }
    
    print "$_\n" for @array;
    
  2. or download this
    ---------- Capture Output ----------
    > "C:\Perl\bin\perl.exe" _new.pl
    ...
    </tag>
    
    > Terminated with exit code 0.