Help for this page

Select Code to Download


  1. or download this
    print() on closed filehandle FH at ./get-filldb.pl.iem2 line 42.
    print() on closed filehandle FH at ./get-filldb.pl.iem2 line 44.
    ...
    print() on closed filehandle FH at ./get-filldb.pl.iem2 line 52.
    print() on closed filehandle FH at ./get-filldb.pl.iem2 line 54.
    print() on closed filehandle FH at ./get-filldb.pl.iem2 line 56.
    
  2. or download this
    use strict;
    use warnings;
    ...
    print "In the Land of Mordor where the Shadows lie.\n";
    print $fh "And whither then? I cannot say.\n";
    close $fh;