| HTTP-Proxy-GreaseMonkey documentation | view source | Contained in the HTTP-Proxy-GreaseMonkey distribution. |
App::GreaseMonkeyProxy - Command line GreaseMonkey proxy
This document describes App::GreaseMonkeyProxy version 0.05
use App::GreaseMonkeyProxy;
my $app = App::GreaseMonkeyProxy->new;
$app->parse_args(@ARGV);
$app->run;
newargsserversAccessor for the number of servers to start. Defaults to 5.
portAccessor for the port to listen on. Defaults to 8030.
verboseAccessor for verbosity. Defaults to 0.
show_helpshow_manparse_argsParse an argument array - typically @ARGV.
$app->parse_args( @ARGV );
rundo_helpOutput help page
App::GreaseMonkeyProxy requires no configuration files or environment variables.
None reported.
No bugs have been reported.
Please report any bugs or feature requests to
bug-http-proxy-greasemonkey@rt.cpan.org, or through the web interface at
http://rt.cpan.org.
Andy Armstrong <andy@hexten.net>
Copyright (c) 2007, Andy Armstrong <andy@hexten.net>.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.
| HTTP-Proxy-GreaseMonkey documentation | view source | Contained in the HTTP-Proxy-GreaseMonkey distribution. |