Help for this page
Can't call method "close" on an undefined value at ...... line ......
use strict; use FileHandle; ... print $fh "this is a test"; $fh->close;