Installed Embperl on Solaris 5.7 Apache 1.3.19 with File::Spec .8 (the
latest File::Spec).
I can seem to get a script to write a file but read never seems to
happen.
open (OUTPUT, "+< /tmp/emb.txt") || die "write failed $!";
$line = <OUTPUT>;
return $line;
The <OUTPUT> always seems to be at EOF or something but open always
works. The permissions are ok and the file is not empty and this works
fine in perl. Other things I do with Embperl seem to work.
Anybody know what gives?
Bill
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]