Help for this page

Select Code to Download


  1. or download this
    # If you have a link that includes a space,
    # then remove the space from the last set of brackets 
    
    ($linkloc) = ($html =~ m/.*href=["']([^"'> ]+)/s);
    
  2. or download this
    ($linkloc) = ($html =~ m/.*href=["']([^"'> ]+)[^>]*>\s*<img/s);