Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
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 contemplating the Monastery: (4)
As of 2024-04-25 09:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found