> -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
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