Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    
    __DATA__
    Template results:  [% foo == bar ? 'match' : 'no match' %]
    
  2. or download this
    Template results:  [% foo == bar+0 ? 'match' : 'no match' %]