Help for this page

Select Code to Download


  1. or download this
    $ echo 123123 | wr2
    123123
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    
    warn $err if $err;
    print $out;    ## All of cat's output
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    while (<STDIN>) {
        print;
    }