WWW::Mechanize::Shell

WWW::Mechanize::Shell is an interactive shell for WWW::Mechanize.
Download

WWW::Mechanize::Shell Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Max Maischein
  • Publisher web site:
  • http://search.cpan.org/~corion/

WWW::Mechanize::Shell Tags


WWW::Mechanize::Shell Description

WWW::Mechanize::Shell is an interactive shell for WWW::Mechanize. WWW::Mechanize::Shell is an interactive shell for WWW::Mechanize.SYNOPSISFrom the command line as perl -MWWW::Mechanize::Shell -eshellor alternatively as a custom shell program via : #!/usr/bin/perl -w use strict; use WWW::Mechanize::Shell; my $shell = WWW::Mechanize::Shell->new("shell"); if (@ARGV) { $shell->source_file( @ARGV ); } else { $shell->cmdloop; };This module implements a www-like shell above WWW::Mechanize and also has the capability to output crude Perl code that recreates the recorded session. Its main use is as an interactive starting point for automating a session through WWW::Mechanize.The cookie support is there, but no cookies are read from your existing browser sessions. See HTTP::Cookies on how to implement reading/writing your current browsers cookies. Requirements: · Perl


WWW::Mechanize::Shell Related Software