On Tuesday 04 Feb 2003 6:43 am, Samuel Mauntz wrote:
> Here's the code...
>
> #!/usr/bin/perl
>
>
>print "\n";
>print "\n";
>print "Perl Test Page\n";
>print "\n";
>print "\n";
> print "Perl Test Page\n";
> print "\n";
> print "\n";
>
>
> when I run it from the command line, it
Here's the code...
#!/usr/bin/perl
print "\n";
print "\n";
print "Perl Test Page\n";
print "\n";
print "\n";
print "Perl Test Page\n";
print "\n";
print "\n";
when I run it from the command line, it runs fine and prints out the
results, but I get a 500 error every time I try to