John Beppu > Squatting-0.51 > Squatting::On::CGI

Download:
Squatting-0.51.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source   Latest Release: Squatting-0.70

NAME ^

Squatting::On::CGI - if all else fails, you can still deploy on CGI

SYNOPSIS ^

Create an app.cgi

  use App 'On::CGI';
  my $q = CGI->new;
  App->init;
  App->relocate('/cgi-bin/app.cgi');
  App->cgi($q);

DESCRIPTION ^

If all else fails, you can still deploy on good old CGI.

API ^

CGI -- The Lowest Common Demoninator

App->cgi($q)

Give the cgi method a CGI object, and it will send the apps output to STDOUT.