Using Persistent Data Structures between a webprogram(CGI) and Perl program

2007-04-22 Thread Deepak Mallya
Hi, Is there a way in which CGI programs could use the Data structures created by another perl program.I tried using Storable and it works well between two perl programs which are run on the terminal..but I want to use the Persistent data structure in my CGI program(using http)..when I do thi

Re: Using Persistent Data Structures between a webprogram(CGI) and Perl program

2007-04-22 Thread Arshavir Grigorian
What's the error message in your webserver logs? On 4/22/07, Deepak Mallya <[EMAIL PROTECTED]> wrote: Hi, Is there a way in which CGI programs could use the Data structures created by another perl program.I tried using Storable and it works well between two perl programs which are run on