#!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();