Help for this page

Select Code to Download


  1. or download this
    my $mech = WWW::Mechanize->new();
    $mech->get($add);
    my $r = $mech->content;
    
  2. or download this
    
    $r =~ m#regex(.*)#
    ...
    $image = Image::Magick->new;
    $x = $image->Read($imgurl);
    $x = $image->Write("$photofile");