Help for this page

Select Code to Download


  1. or download this
    open(OUTPUT,">&STDOUT") or die "couldn't dup stdout: $!";
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    {
      print $i,"\n";
    }