stonecolddevin has asked for the wisdom of the Perl Monks concerning the following question:
#!perl -w use strict; use CGI::Application::PhotoGallery; my $webapp = CGI::Application::PhotoGallery->new( PARAMS => { photos_dir => 'C:/BigApache/apache/htdocs/puppy_love/photo +s', title => 'Austin Shelties', script_name => $0 } ); $webapp->run();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: new to CGI::Application
by castaway (Parson) on Dec 06, 2004 at 08:11 UTC | |
by sasikumar (Monk) on Dec 06, 2004 at 10:10 UTC | |
by dragonchild (Archbishop) on Dec 06, 2004 at 14:00 UTC | |
|
Re: new to CGI::Application
by LTjake (Prior) on Dec 06, 2004 at 23:57 UTC |