> I don't understand why you involve cgi-bin in your question,

        I was trying to be concise, and not take up too much space and time on 
something that may not have been appropriate for this list, but apparently I 
was more vague than concise. =:\  Sorry.

        I've been working with an older Perl shopping cart script and the 
placeholders it uses are only accessible on pages that are placed under the 
cgi-bin directory, so I took it (probably incorrectly) that Perl code would not 
work outside that directory.

        Let me rephrase my question.  I want to show pricing and other dynamic 
information from my shopping cart on my static HTML pages throughout my site.  
I know I can do it with PHP, but being that the cart is written in Perl - and I 
really want to stick with Perl - I thought there might be a way to show this 
info from my store with some kind of a Perl templating system.

        Being that the info is in a MySQL db, I don't need to access the cart, 
but I'd like to find a way to use Perl to insert this info on those pages.

        Again, sorry for the confusion.

Marc
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to