Re: HTML:EmbperlObject and Inheritance

2000-09-26 Thread Gerald Richter
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 > { >

HTML:EmbperlObject and Inheritance

2000-09-26 Thread Volker Hess
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"

Re: File IO with Embperl

2000-09-26 Thread Gerald Richter
> 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,

Re: embperl-cvs-request ?

2000-09-26 Thread Gerald Richter
> 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

embperl-cvs-request ?

2000-09-26 Thread Angus Lees
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 ---

Re: File IO with Embperl

2000-09-26 Thread Ilia Lobsanov
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

Re: File IO with Embperl

2000-09-26 Thread Gerald Richter
> > 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

Re: File IO with Embperl

2000-09-26 Thread Gerald Richter
> > 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

Re: Recordset $saveas and $keepopen

2000-09-26 Thread Gerald Richter
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