Hi,
>
> Perhaps the following question only derives from a basic misunderstanding
> by a poor perlOO newby. If so I beg your pardon!
>
... ok, it's really an OO question, not an Embperl one :-)
>
> --->8(page2.epl)-
> [!
>
> sub new
> {
>
Hi,
Perhaps the following question only derives from a basic misunderstanding
by a poor perlOO newby. If so I beg your pardon!
I tried to use EmbperlObject with inheritance by modifying "The Example
for using method calls" in Geralds docu. I were able to overwrite some
methods in "sub/page2.epl"
> If you're writing to the file, shouldn't you use '>'?
> open FILEHANDLE, '>file.txt' or die $!;
>
Yes, of course, you should !!
>
> - Original Message -
> From: "Gerald Richter" <[EMAIL PROTECTED]>
> To: "Gavin Spomer" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Tuesday,
> http://perl.apache.org/embperl/CVS.pod.1.html#MAILING_LIST mentions a
> cvs commit list, but:
>
> - Forwarded message from [EMAIL PROTECTED] -
>
> <[EMAIL PROTECTED]>:
> Sorry, no mailbox here by that name. (#5.1.1)
>
> - End forwarded message -
>
> does such a list exist?
>
Y
http://perl.apache.org/embperl/CVS.pod.1.html#MAILING_LIST mentions a
cvs commit list, but:
- Forwarded message from [EMAIL PROTECTED] -
<[EMAIL PROTECTED]>:
Sorry, no mailbox here by that name. (#5.1.1)
- End forwarded message -
does such a list exist?
--
- Gus
---
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 PROTECTED]>
Sent: Tuesday, September 26, 2000 23:18
Subject: Re: File IO with E
>
> 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
Hi,
>
> I'm testing Recordset under mod_perl. In my startup.pl which I PerlRequire
> in httpd.conf I initialize an Oracle connection using
> Apache::DBI->connect_on_init.
>
> Could you give an example of how I tell Recordset to use the cached and
open
> connection?
>
DBIx::Recordset will automat