Help for this page

Select Code to Download


  1. or download this
    my $content2 = m#(yourregexhere)#i;
    
  2. or download this
    my $content2 = ($_ =~ m#(yourregexhere)#i);
    
  3. or download this
    http://www.page.com/files4/i/90c/93898.gif is not a .jpg file
    
  4. or download this
    m#(www\.page\.com/files\d+/[a-z]/\d\S+\.jpg)#i
    
  5. or download this
      m#(www\.page\.com/files\d+/[a-z]/[^"']+\.jpg)#i