Help for this page

Select Code to Download


  1. or download this
    my $c = ...
    
    my $perlcode = 'print $c->get_html( 'some text' );';
    $template_file =~ s/{PERL_CODE}/$perlcode/;
    
  2. or download this
    my $perlcode = 'print \$c->get_html( 'some text' );';