Help for this page

Select Code to Download


  1. or download this
    use strictures;
    use WWW::Mechanize;
    use Encode;
    ...
            encode("UTF-8", $link->text) || "na",
            $link->url_abs;
    }