Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Simplifying the syntax further

by Aristotle (Chancellor)
on Nov 22, 2005 at 11:32 UTC ( [id://510731]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub _elem {
        my ( $elem_name, $content_fn ) = @_;
    ...
        push @{ $elem[2] }, $ret if defined $ret and not @{ $elem[2] }; #!
    + new line
        push @{ $__frag->[2] }, $elem;
    }
    
  2. or download this
    html {
        head { title { "Lorem ipsum" } };
    ...
            # ...
        };
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (9)
As of 2024-04-18 15:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found