Advertisement
Guest User

CGI Application Index page

a guest
Oct 10th, 2014
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.24 KB | None | 0 0
  1. #! /Users/ronabraham/perl5/perlbrew/perls/perl-5.20.0/bin/perl
  2.  
  3. use strict;
  4. use warnings;
  5.  
  6. use lib '/Library/WebServer/Documents/XXXXX/cgi-bin/tt/';
  7.  
  8. use CGI::TestCGIApplication;
  9.  
  10. my $webApp = TestCGIApplication->new();
  11. $webApp->run();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement