Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Re: RFC: Template::YetAnother

by domm (Chaplain)
on Nov 16, 2002 at 16:19 UTC ( [id://213415]=note: print w/replies, xml ) Need Help??


in reply to Re: RFC: Template::YetAnother
in thread RFC: Template::YetAnother

Looking at your coded $data, that doesn't seem much different in concept from the html generation available from CGI.pm.

Hmm. There is indeed some similarity. But there are two important differences:

  1. CGI.pm only does HTML-tags. My proposed system would handle anything you could write a template for.
  2. The HTML-generating functions of CGI.pm return the finished HTML-string. My proposed system would return an object that would stringify only whern requested to do so (e.g. by calling $th->fill)
You correctly recognised that as code, but I think you missed by designing it back into the perl layer. See my reply to Ovids post above.

I am still not sure if i missed with my idea or just didn't describe it properly...

-- #!/usr/bin/perl for(ref bless{},just'another'perl'hacker){s-:+-$"-g&&print$_.$/}

Log In?
Username:
Password:

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

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

    No recent polls found