> Oh geez! I've sure made a grand bumbling entrance
> into this list! ;) Of course you need the '>' and
> of course it works now. I guess I've just been
> doing so much DBI for so long that I'm rusty on
> good 'ol fashioned file I/O.
>
> Okay, now for some other newbie-like questions:
> Why are my
ot;Gavin Spomer" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Tuesday, September 26, 2000 23:18
> Subject: Re: File IO with Embperl
>
>
> > >
> > > I STILL can't do any file I/O w/ embperl. :( Why
> > > doesn't the foll
If you're writing to the file, shouldn't you use '>'?
open FILEHANDLE, '>file.txt' or die $!;
- Original Message -
From: "Gerald Richter" <[EMAIL PROTECTED]>
To: "Gavin Spomer" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTEC
>
> I STILL can't do any file I/O w/ embperl. :( Why
> doesn't the following code work?
>
>
>
> embperl file I/O
>
>
> [-
> open(FILEHANDLE, "file.txt");
> print FILEHANDLE "some text";
> close(FILEHANDLE);
> -]
>
>
>
> I don't get any errors but I don't get anything
> output to my file eith
>
> I can't seem to do any file input or output with embedded perl. Is this
> possible? I read through the FAQ and couldn't find anything on this topic.
Thank
> you for your time!
>
There is no limitation on file i/o inside Embperl, but there is a feature
that converts input that is made by html e