Current Path : /proc/2/root/usr/local/rvglobalsoft/rvsitebuilder7/modules/handletest/templates/ |
Current File : //proc/2/root/usr/local/rvglobalsoft/rvsitebuilder7/modules/handletest/templates/handletest1.html |
[%USE O%][%USE this.plugin%][% USE Dumper %] <h1>RVL::CpHandle Test</h1> <p></p> <h1>Build Interface Code</h1> <pre> package RVL::CpHandle::Interface; #@LICENSE@# use Class::Std::Utils; { [% FOREACH k IN handleList.keys.sort %] sub [% handleList.$k %]; [% END %]} 1; </pre>