> I can get a script to write a file but read never seems to happen.
>
> open (FILE, "/tmp/emb.txt") || die "open failed $!";
> $line = ;
> return $line;
>
> I get an error with $line = ;
>
As other already said Embperl treats as a HTML tag in the default
configuration. There
Bill,
I think it has something to do with Embperl parsing the "
".
I am sure that I saw something about this in a post in the
last few months. I will have a look further if I get a chance.
IAN
>>> "Bill OConnor" <[EMAIL PROTECTED]>
13/12/2001 8:57:45 am >>>Installed Embperl on Solaris
Installed Embperl on Solaris 5.7 Apache 1.3.19 with File::Spec .8 (the
latest File::Spec).
I can get a script to write a file but read never seems to happen.
open (FILE, "/tmp/emb.txt") || die "open failed $!";
$line = ;
return $line;
I get an error with $line = ;
"Th