File: test.msn

package info (click to toggle)
libtext-micromason-perl 2.10-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 648 kB
  • ctags: 196
  • sloc: perl: 3,192; makefile: 19
file content (4 lines) | stat: -rw-r--r-- 124 bytes parent folder | download | duplicates (8)
1
2
3
4
<%perl>
  my $greeting = ( $ARGS{hour} > 11 ) ? 'afternoon' : 'morning'; 
</%perl>
Good <% $greeting %>, <% $ARGS{name} %>!