Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Free Nodelet gets templating features (the code)

by tye (Sage)
on May 08, 2005 at 07:58 UTC ( [id://454986]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    [%
        my $html = $VARS->{freenodelet}
    ...
        $html= htmlcode( 'expandfreenodelet','', $html );
        return $html;
    %]
    
  2. or download this
    my( $html, $just )= @_;
    my $AUTHOR= getNodeById( $NODE->{author_user} );
    ...
    }seg;
    
    return $html;
    
  3. or download this
    my $want= ($q->param("at"))[-1];
    my $html= $VARS->{freenodelet};
    ...
    # Everything::printLog( "Expanding -$want- in $USER->{title}'s freenod
    +elet: $update updates$/" );
    $VARS->{freenodelet}= $html
        if  $update;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (5)
As of 2024-04-24 12:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found