Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    my $input = q{[% "Blah, Blah," | replace(',$', '') %]};
    
    $template->process(\$input) || die $template->error();   # output "Bla
    +h, Blah"