Business-Cart-Generic

 view release on metacpan or  search on metacpan

httpd/cgi-bin/generic.cart.psgi  view on Meta::CPAN

#!/usr/bin/env perl
#
# Run with:
# starman -l 127.0.0.1:5008 --workers 1 httpd/cgi-bin/generic.cart.psgi &
# or, for more debug output:
# plackup -l 127.0.0.1:5008 httpd/cgi-bin/generic.cart.psgi &

use strict;
use warnings;

use CGI::Application::Dispatch::PSGI;

use Plack::Builder;

lib/Business/Cart/Generic.pm  view on Meta::CPAN

docs/pod/generic.cart.faq.pod (by running a script I wrote, pod2html.pl, which in turn
is a simple wrapper around L<Pod::Simple::HTML>).

So, copy the sample HTML file into cart/ under your web server's doc root, or generate another version
of the page, using docs/pod/generic.cart.faq.pod as input.

=head2 Start testing

Try:

	starman -l 127.0.0.1:5008 --workers 1 httpd/cgi-bin/office/cms.psgi &

Or, for good debug output:

	plackup -l 127.0.0.1:5008 httpd/cgi-bin/office/cms.psgi &

Or, install generic.cart.cgi and point your browser at:

	http://127.0.0.1/cgi-bin/generic.cart.cgi.

=head1 Constructor and Initialization



( run in 0.642 second using v1.01-cache-2.11-cpan-e93a5daba3e )