Re: HTML::EmbperlObject::Execute w/in CGI

2001-08-14 Thread Dimitri Ostapenko
"David M. Spreitzer" wrote: > > I'm a Embperl newbie needing some help. > > I've implementing EmbperlObject for generating the html pages, which btw > worked great. Now I'd like to use the component files (headers/footers) > within some existing cgi scripts. I think HTML::EmbperlObject::Execut

HTML::EmbperlObject::Execute w/in CGI

2001-08-14 Thread David M. Spreitzer
I'm a Embperl newbie needing some help. I've implementing EmbperlObject for generating the html pages, which btw worked great. Now I'd like to use the component files (headers/footers) within some existing cgi scripts. I think HTML::EmbperlObject::Execute is my answer, but I'm having some troub

Problems with using Select

2001-08-14 Thread Boyd, David
I am using mod_perl/embperl under windows. The problem that I am haveing is that I have a combo box in which the options are generated from perl. I select an item from the combobox. If I submit the page back to itself, the value in %fdat is the first item in the combobox. If I submit to a dif

Re: module cache

2001-08-14 Thread Jaak
Hi, > > use Apache::Reload > I added PerlInitHandler Apache::Reload to my httpd.conf but *.pm files are cached :-( what's wrong? Is there another way to stop module cache or force it to reload all (besides apache restart)? I'm used to write code and then check output in browser window. When I h

Re: question RE: using file handler to read a flatfile and spit out split values

2001-08-14 Thread Gerald Richter
> Hi all, apologize if this is a simple question. Couldn't find leads on the > problem in the archives. > > A simple script to read a flatfile works when I run it from the shell as a > .pl file (formmated differently of course). Doesn't put anything out onto > browser running as an .epl file, h

Re: embper && modules from different files

2001-08-14 Thread Luiz Fernando B. Ribeiro
Hi Jaak, I think I can help you: J> as I wrote: J> I made a module testModule.pm J> sub test { J> print OUT "just testing..."; } J> and test.html J> [+ &test; +] You could try to use a Object Oriented approach sin you are usin EmbperlObject, like this: in Module.pm: package MyModule; new {