Query: http::server::simple::static
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
HTTP::Server::Simple::Static(3pm) User Contributed Perl Documentation HTTP::Server::Simple::Static(3pm)NAMEHTTP::Server::Simple::Static - Serve static files with HTTP::Server::SimpleVERSIONThis documentation refers to HTTP::Server::Simple::Static version 0.07SYNOPSISpackage MyServer; use base qw(HTTP::Server::Simple::CGI); use HTTP::Server::Simple::Static; sub handle_request { my ( $self, $cgi ) = @_; return $self->serve_static( $cgi, $webroot ); } package main; my $server = MyServer->new(); $server->run();DESCRIPTIONthis mixin adds a method to serve static files from your HTTP::Server::Simple subclass.SUBROUTINES/METHODS serve_static Takes a base directory and a web path, and tries to serve a static file. Returns 0 if the file does not exist, returns 1 on success.BUGS AND LIMITATIONSBugs or wishlist requests should be submitted via http://rt.cpan.org/SEE ALSOAUTHORStephen Quinney "sjq-perl@jadevine.org.uk" Thanks to Marcus Ramberg "marcus@thefeed.no" and Simon Cozens for initial implementation.LICENSE AND COPYRIGHTCopyright 2006 - 2008. Stephen Quinney "sjq-perl@jadevine.org.uk" You may distribute this code under the same terms as Perl itself. perl v5.14.2 2012-06-30 HTTP::Server::Simple::Static(3pm)
Similar Topics in the Unix Linux Community |
---|
Help In Compaq Tru64 UNix |
Static Routes question |
Static IP / Subnet mask and Gateway |
Simple list file ls to an array |
Taking an image or clone of Red Hat server |