Help for this page

Select Code to Download


  1. or download this
    print "Enter a string (enter quit or [CTRL]-D to quit): ";
    while(<>)
    ...
        print $_;
        }
    }