Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
        $outside = 1, next if (/^data:/);
        print unless $outside || /^\s*$/;
    }