Help for this page

Select Code to Download


  1. or download this
    open( FH, ">/some/path/debug.txt" ) or die "can't write debug.txt: $!"
    +;
    
    ...
        print FH "Num = $Num\n";
        # do other things...
    }