Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
       \*DATA, { runme => sub { return "<$_[0]->{title}>" } } );
    __DATA__
    [% runme( title = "don't try this" ) %]
    
  2. or download this
    <don't try this>