Help for this page

Select Code to Download


  1. or download this
        <html>
         <head>
    ...
          </table>
         </body>
        </html>
    
  2. or download this
        my $content = get($funky);
        
    ...
        my $ie = Win32::IEAutomation->new( visible => 0, maximize => 0);
        $ie->gotoURL($funky);
        $ie->getButton('id:', $atag )->Click();