GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
WWW::Scripter::Location(3) User Contributed Perl Documentation WWW::Scripter::Location(3)

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

Version 0.032

hash
host
hostname
href
pathname
port
protocol
search
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.

See WWW::Scripter

-
WWW::Scripter
2016-07-16 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.