c7d0cb1f48
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.
7 lines
425 B
Text
7 lines
425 B
Text
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.
|