Help for this page

Select Code to Download


  1. or download this
    {
        local $_;
    ...
    while(local $_ = <>) {
        print;
    }