Beta Shell
v2.0 ยท web2.us.cloudlogin.co
[FM]
[CMD]
[PHP]
[DB]
[INFO]
[SEC]
File Manager
~
/
usr
/
share
/
doc
/
perl-FCGI-Client
Upload
5 items
Name
Size
Perms
Modified
Actions
[ .. / .. ]
Changes
1.03 KB
-rw-r--r--
2018-07-16 14:23:36
Edit
Del
README.md
875 B
-rw-r--r--
2018-07-16 14:23:36
Edit
Del
scripts
-
drwxr-xr-x
2022-02-23 11:31:09
Del
Editing: README.md
(875 B)
Path: /usr/share/doc/perl-FCGI-Client/README.md
Back
# 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](https://metacpan.org/pod/FCGI), [http://www.fastcgi.com/drupal/node/6?q=node/22](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.