in reply to Re: Re: Re: Re: Just a simple task
in thread Just a simple task

Humph... and you said this was simple. :-)

I still say I smell problems with scoping here.

Have you considered using the module CGI? It might save you some grief. Not to mention HTML::Template.


Peter @ Berghold . Net

Sieze the cow! Bite the day!

Nobody expects the Perl inquisition!

Test the code? We don't need to test no stinkin' code!
All code posted here is as is where is unless otherwise stated.

Brewer of Belgian style Ales

Replies are listed 'Best First'.
Re: Re^5: Just a simple task
by Migey (Initiate) on Aug 08, 2003 at 18:02 UTC
    Problem resolved.

    In the Main Driver I had the calling order reversed for &get_file_name; and &poem_page;

    All is working perfectly now.

    Thanks for the help.

    John...