Help for this page

Select Code to Download


  1. or download this
    readline() on closed filehandle T at blah. See comment below for line.
    +    
    print() on closed filehandle T at blah. See comment below for line.
    
  2. or download this
    sub t_write {
        my($file, $aOrder) = @_;
    ...
        #make a comment that this was done
        print "Trace file: $file\n";
    }