Help for this page

Select Code to Download


  1. or download this
    read IN, my $html, -s $file;     # your code
    my $file = do{ local $/; <IN> }; # The way I usually use.