Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    $output =~ s/\[\[asp_pp"([^"]+)"asp_pp\]\]/
                 "<%" . HTML::Entities::decode_entities ( $1 ) . "%>"/gse;
    print $output;
    
  2. or download this
    <input value="abc" /> <b>abc</b> &nbsp; <b>abc</b>
    <% abc ( '<input value="abc" /> abc &nbsp; abc <span> %>', $abc ); %>
    <input value="<%= $abc %>" abc />