You don't check whether your sysopen() call failed. Do that. Also, why are you using sysopen instead of using plain open?
my $outname = 'usr/anil/scripts/myhtml.html'; open HTML, '>', $outname or die "Couldn't create '$outname': $!";
In reply to Re: Creating HTML page
by Corion
in thread Creating HTML page
by ganilmohan
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |