in reply to Calling Perl from HTML

I'd say your perl interpreter has problems opening the file "strict". Your first lines should look like this:

#!/usr/bin/perl -wT # or whereever your perl executable resides.. use strict;

Regards,
-octo

Replies are listed 'Best First'.
Re: Re: Calling Perl from HTML
by OEMike (Novice) on Jul 15, 2002 at 14:03 UTC
    made that chance - same problem..