Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    sleep 5;
    $, = "\n";
    print my @links = $ie->links;
    
  2. or download this
    $ie->success
    Return true for ReadyState >= 2;
    in source is sub success { $_[0]->{agent}->ReadyState >= 2 }