- or download this
% my $date = localtime();
- or download this
Today's date is <% $date %>
- or download this
% my $ua = $r->header_in('User-Agent');
% if ($ua =~ /msie/i) {
...
% } elsif ($ua =~ /mozilla/i) {
Welcome, Netscape users
% }
- or download this
% foreach $item (@list) {
<li><% $item %>
% }
- or download this
<& header &>
<& nav-bar &>
Here is the content of this page.
<& footer &>
- or download this
<& header, date=>$date, section=>'News' &>
- or download this
<%args>
$date
$section=>'Updates'
</%args>