Help for this page

Select Code to Download


  1. or download this
    my $mech = WWW::Mechanize->new();
    my $stream = HTML::TokeParser->new(\$html);
    ...
    my @coursename;
    $mech->get($url);
    $html = $mech->content();