Help for this page

Select Code to Download


  1. or download this
    sub scanfile ($) {
        my $filename = shift;
    ...
        read $handle, my $buffer, -s $handle;
        return scan ($buffer);
    }