Help for this page

Select Code to Download


  1. or download this
    $_template_code =~ s/(\$[a-zA-Z0-9\{\'\}_]+)/ eval($1) /ge; # Switch a
    +ll the $variables... (This is the WHOLE html document, $_page_content
    + is in the main table for the main content. This will switch any vari
    +ables with the data.
    
  2. or download this
    $_template_code =~ s/(\$[a-zA-Z0-9\{\'\}_]+)/ eval($1) /ge if $1; # Sw
    +itch all the $variables...