Help for this page

Select Code to Download


  1. or download this
    use WWW::Mechanize;
    BEGIN {
        package WWW::Mechanize::Link;
        use overload '""' => \&url_abs;
    }