Help for this page

Select Code to Download


  1. or download this
    my $includepath="somefolder/somefolder/";
    $html =~ s/<!--#include file="([^"]+)"-->/&add_template($includepath.$
    +1)/gexi;
    ...
             return read_file($filename);
            }
    }