Help for this page
#!/usr/bin/perl -w ... open (FH, '>', \$output); print FH "Hello world\n"; close(FH);
first second Use of uninitialized value in open at o4.pl line 10.