Help for this page

Select Code to Download


  1. or download this
    my @galleries_found = $mech->content =~ m/(gallery\.php\?gid=\d+)/gi;
    
  2. or download this
          push(@pics, $1) while $mech->content =~ m#(images/thumb/\d+/\d+/
    +\d+\.jpg)#gi;