in reply to Re: new to CGI::Application
in thread new to CGI::Application
The windows based file system should contain the slashes in reverse then to the *nix based os Sasi#!perl -w use strict; use CGI::Application::PhotoGallery; my $webapp = CGI::Application::PhotoGallery->new( PARAMS => { photos_dir => 'C:\\BigApache\\apache\\htdocs\\puppy_love\\ +photos', title => 'Austin Shelties', script_name => $0 } ); $webapp->run();
2004-12-06 Janitored by Arunbear - added code tags, as per Monastery guidelines
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: new to CGI::Application
by dragonchild (Archbishop) on Dec 06, 2004 at 14:00 UTC |