Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

HTML::Mason module review

by TheoPetersen (Priest)
on Feb 01, 2001 at 22:24 UTC ( [id://55767]=modulereview: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: modulereview [id://55767]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (6)
As of 2024-03-28 14:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found