Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Highly Orthogonal Web Application Development with HTML_Tree

by princepawn (Parson)
on Aug 24, 2001 at 22:03 UTC ( [id://107656]=perltutorial: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        if ( lc( $r->dir_config( 'Filter' ) ) eq 'on' ) {
                $r = $r->filter_register; ## add this line
            $r->filter_input();
    
  2. or download this
    <html>
    <head>
    ...
    
    </body>
    </html>
    
  3. or download this
    
    package index;
    ...
        ($node->children())[0]->text( `date` );
    
    }
    
  4. or download this
    
    
    ...
    }
    
    1;
    
  5. or download this
    
    <tr class="next_row">
    ...
        return 1;
    }
    
  6. or download this
        my $row = shift @{$this->{ps_table}};
        return 0 if !$row;
    
  7. or download this
    
    
    ...
    
    1;
    

Log In?
Username:
Password:

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

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

    No recent polls found