Help for this page

Select Code to Download


  1. or download this
    use Time::HiRes 'sleep';
    
  2. or download this
    # The documentation isn't clear on this.
    # The DocumentComplete event roughly says:
    # the event gets fired (for each frame) after ReadyState == 4
    
  3. or download this
    my $url = '...';  # you choose
    $ie->get($url);
    ...
    }
    $\ = "\n";
    print $_->url foreach $ie->links;