Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: My Experiences with using CGI::Application and Template::Toolkit To Build an Online Shopping Cart

by grantm (Parson)
on Sep 20, 2002 at 09:42 UTC ( [id://199417]=note: print w/replies, xml ) Need Help??


in reply to My Experiences with using CGI::Application and Template::Toolkit To Build an Online Shopping Cart

++skazat, nicely written piece.

I also have found the Template Toolkit to be a fantastically useful tool and I've barely scratched the surface of its capabilities. I haven't really used DreamWeaver much but I have built templates which people to maintain using FrontPage. When I create my template in Perl I use:

my $template = Template->new({ INCLUDE_PATH => '/some/path', START_TAG => '<%', END_TAG => '%>', });

Which means that the templating tags look like ASP to FrontPage - I haven't had any trouble with things getting messed with so far.

  • Comment on Re: My Experiences with using CGI::Application and Template::Toolkit To Build an Online Shopping Cart
  • Download Code

Replies are listed 'Best First'.
Re: Re: My Experiences with using CGI::Application and Template::Toolkit To Build an Online Shopping Cart
by skazat (Chaplain) on Sep 20, 2002 at 17:08 UTC

    Ah,

    I like the start_tag and end_tag idea. For the templating language I developed, I used <?start and end?> which Dreamweaver recognized as server side code, and gave me a cute little PHP icon in the editor.

    I can't wait to use TT for producing XML, paint my paintings, make me dinner :)

     

    -justin simoni
    !skazat!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://199417]
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-20 01:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found