in reply to Re: CGI::Application::Session and Inheritance
in thread CGI::Application::Session and Inheritance
#!/usr/bin/perl -w use myTest::Index; use strict; my $web = myTest::Index->new(); $web->run();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: CGI::Application::Session and Inheritance
by dragonchild (Archbishop) on Apr 19, 2005 at 18:09 UTC | |
by gman (Friar) on Apr 19, 2005 at 18:39 UTC | |
by mpeters (Chaplain) on Apr 19, 2005 at 18:53 UTC |