Help for this page

Select Code to Download


  1. or download this
    #!perl -w
    use strict;
    ...
    $mech->get_local("t/52-frameset.html");
    print for map { $mech->content( document => $_) }
        $mech->expand_frames('frame[name="myframe1"]');
    
  2. or download this
        my $d = $self->document; # keep a reference to it!
    
  3. or download this
        my $d = delete $options{ document } || $self->document; # keep a r
    +eference to it!