Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    
    print "Modified markup:\n";
    print $html_fragment;
    
  2. or download this
    Initial markup:
        <img src="http://images.google.com/someimage.jpg" />
    ...
        <img src="http://images.google.com/NOTsomeimage.jpg" />
        <img src="http://pictures.google.com/someimage.jpg" />
        <img src="http://google.com/someimage.jpg" />