Help for this page

Select Code to Download


  1. or download this
    text
    
    <# { if (a == b) { print "a=b"; } } #> and more stuff
    <# { print 4*3;  } #> and more stuff and so on....
    
  2. or download this
    $data =~ s/<# (\{.*?\}) #>/eval($1)/eg;