Help for this page

Select Code to Download


  1. or download this
    use WWW::Mechanize;
    $mech->get ("$url");
    print Dumper $mech->content();  #This prints everything, I only want t
    +he div with id '#div_id_test'