Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    $template =~ s/\[(\$[\w\[\]\{\}\'\"]*)\]/$1/eeg;
    print "Content-type: text/plain\n\n";
    print $template;