Help for this page

Select Code to Download


  1. or download this
    local $/ = "\n";
    my $LIMIT = 1024;
    ...
        die "line too long" if $tooLong;
        # process $line
    }