Help for this page

Select Code to Download


  1. or download this
    DO_SOMETHING_WITH-$_
    
  2. or download this
    #!/usr/bin/perl 
    
    ...
    map {++$_} qw{a b c};
    
  3. or download this
    ---------- Capture Output ----------
    > "C:\Perl\bin\perl.exe" _new.pl
    ...
    original @array: a b c
    
    > Terminated with exit code 0.