The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WWW::Scripter::Location - Location object for WWW::Scripter

VERSION

Version 0.031

METHODS

hash
host
hostname
href
pathname
port
protocol

Each of these returns or sets the corresponding part of the URI. (Actually, href refers to the whole thing, not just a part.) If you set one of these, it tells the WWW::Scripter object to go to another page.

What the location object shows as being the current URL includes the fragment (hash) if any, and can also be modified by history->pushState. To get the real URL, use WWW::Scripter's uri method, which is inherited from WWW::Mechanize.

reload

Does what it says.

replace ( $new_uri )

Replaces the current page in Mech's history with $new_uri, which it tells Mech to go and fetch.

AUTHOR & COPYRIGHT

See WWW::Scripter

SEE ALSO

-

WWW::Scripter