use HTML::TokeParser; use WWW::Mechanize; my $mech = WWW::Mechanize->new(); my $stream = HTML::TokeParser->new(\$html); $url = "https://catalog.amherst.edu/amherst/frmCourseSearch.aspx?FormT +ableName=CourseSearch"; $mech->get($url); $html = $mech->content(); open HTML ,'>>html.html'; print HTML $html;
In reply to WWW::Mech and ASPX by uni_j
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |