Help for this page

Select Code to Download


  1. or download this
        read $fh, $binrec, $1;
        if (defined $binrec) {
    ...
        else {
            print 'test 2: undefined $binrec!\n';
        }