Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl
    use strict;
    ...
        local $/; # Slurp
        <$fh>;
    };
    
  2. or download this
    my @tokens;
    
    ...
            $sandboxxml =~ s/<!--.*?-->//s;
        }
    }
    
  3. or download this
    while ($sandboxxml =~ s#(<[^<>]*(?:/|>(?:[^<>]|<<\d*>>)*</[^<>]*)>)#'<
    +<' . (0+@tokens) . '>>'#es) {
        push @tokens, $1;
    }