RE: problem using script as ssi

2001-09-13 Thread Bob Showalter
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 13, 2001 11:23 AM > To: CGI Beginners > Subject: problem using script as ssi > > > i have the following script: > > #!/usr/bin/perl -w > > use str

problem using script as ssi

2001-09-13 Thread charles
i have the following script: #!/usr/bin/perl -w use strict; my $file = /path/to/pancho-unstable"; print ""; open(FH, $file); while() { s/\\\@/@/g; s/>/\>/g; s/"; when i include this script as an ssi through: nothing prints except for the html included in the .shtml file. however, wh