Help for this page

Select Code to Download


  1. or download this
    @list = map { $_->clone } @list;
    
  2. or download this
    my @list = map { $_->clone } $mech->look_down(_tag => "a", class => "l
    +inks" );