Submit Your Article Forum Rules

Results 1 to 3 of 3

Thread: Perl, CGI and SSI

  1. #1
    Member
    Join Date
    Nov 2006
    Posts
    79

    Perl, CGI and SSI

    Hello all,

    Here is the situation:

    I'm updating an old perl/cgi shopping cart system that we used to use on our site. I'm updating it because it has a special feature built into it that we want to use in our current set up.

    I know pretty much nothing about perl (or files in the cgi-bin for that matter) but I've managed to get the pages generated by perl to look like the rest of our site...with one exception. I can't get any of the SSI to work!

    The perl code calls an html template which resides in the cgi bin with the perl programs. The template acts as a "shell" for the perl code if you will.

    I've tried just about every combination on calling the include that I can think of (virtual, file, ../, / etc..) but I just can't get it to show any of the includes. I then tried moving the template to the root folder and changing the template file location in the perl code to the template file in the root folder. Nope! Although I can see the includes if I just manually bring the page up (www.site.com/template.html).

    I've also tried putting the include files in the cgi-bin in the same folder as the template file but that doesn't seem to work either.

    Am I beating my head against a door that won't open? Am I missing something simple?

    I do apologize, I'm not real familiar with perl or working with files in the cgi-bin.

    Any help is appreciated.

    Thanks,

    DaK

  2. #2
    Hi,
    CGI output is not parsed for ssi. You can either write code that would mimic the ssi call reading in the file and adding it to the output, or you can probably update the apache config to include .cgi and .pl files output to be parsed for SSI.


    Lyle
    Lyle Hopkins
    Internet Marketing Tutorials, guides and advice
    Affiliate software Advanced Affiliate Solutions

  3. #3

    Perl, CGI and SSI

    Use the module CGI::SSI from CPAN.org to provide SSI type parsing on generated pages.
    g

Similar Threads

  1. PERL pass "Perl" crash
    By TrafficProducer in forum Web Programming Discussion Forum
    Replies: 0
    Last Post: 09-02-2007, 02:07 PM
  2. Need help with alt tags in Perl
    By armadacomputers in forum Web Programming Discussion Forum
    Replies: 8
    Last Post: 08-22-2005, 04:05 AM
  3. Looking for Perl Help
    By mrfemale2003 in forum Web Programming Discussion Forum
    Replies: 1
    Last Post: 06-08-2005, 10:24 AM
  4. perl
    By pagetta in forum Web Programming Discussion Forum
    Replies: 2
    Last Post: 02-16-2005, 05:26 PM
  5. Can't find Perl!!
    By mikmik in forum Web Programming Discussion Forum
    Replies: 8
    Last Post: 11-21-2003, 04:07 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •