"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
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
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
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
> 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
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 {