FCGI::Client man page on Fedora

Man page or keyword search:  
man Server   31170 pages
apropos Keyword Search (all sections)
Output format
Fedora logo
[printable version]

FCGI::Client(3)	      User Contributed Perl Documentation      FCGI::Client(3)

NAME
       FCGI::Client - client library for fastcgi protocol

SYNOPSIS
	   use FCGI::Client;

	   my $sock = IO::Socket::INET->new(
	       PeerAddr => '127.0.0.1',
	       PeerPort => $port,
	   ) or die $!;
	   my $client = FCGI::Client::Connection->new( sock => $sock );
	   my ( $stdout, $stderr ) = $client->request(
	       +{
		   REQUEST_METHOD => 'GET',
		   QUERY_STRING	  => 'foo=bar',
	       },
	       ''
	   );

DESCRIPTION
       FCGI::Client is client library for fastcgi protocol.

AUTHOR
       Tokuhiro Matsuno <tokuhirom @*(#RJKLFHFSDLJF gmail.com>

THANKS TO
       peterkeen

SEE ALSO
       FCGI, <http://www.fastcgi.com/drupal/node/6?q=node/22>

LICENSE
       This library is free software; you can redistribute it and/or modify it
       under the same terms as Perl itself.

perl v5.14.1			  2010-02-06		       FCGI::Client(3)
[top]

List of man pages available for Fedora

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net