Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Very Flexible HTML Template System

by Torgo (Beadle)
on Jun 19, 2001 at 21:09 UTC ( [id://89724]=sourcecode: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <segment form_option>
      <option value="{value}">{label}</option>
    </segment>
    
  2. or download this
    my %seg;
    my $content = ExtractAllSegments(ReadFile("template.html"), \%seg);
    
  3. or download this
    my $options;
    foreach my $form_label (sort(keys(%form_elements)_ {
    ...
      $options .= $element;
    }
    InsertAtPlaceholder(\$content, "form_option", $options);
    
  4. or download this
    #####
    #  HTML Template System
    ...
    
    # End File Access Routines
    #####
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-03-28 11:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found