Code Comments
Programming Forum and web based access to our favorite programming groups.My experiencewith perl is limited, so I need a recommendation about how to load a variable that I need through the entire run of an application that entails the user going through several web pages. I don't want to pass it as a CGI to each page. Is a package the correct way? Is there a tutorial or sample code that shows how to load it and read it later? Or is there a better way to handle this? Thank you for any information.
Post Follow-up to this messageGoober wrote: > My experiencewith perl is limited, so I need a recommendation about how to > load a variable that I need through the entire run of an application that > entails the user going through several web pages. I don't want to pass it as > a CGI to each page. Is a package the correct way? Is there a tutorial or > sample code that shows how to load it and read it later? Or is there a > better way to handle this? Maybe you want to use a cookie. CGI.pm includes methods for the purpose. Also see http://www.cookiecentral.com/ -- Gunnar Hjalmarsson Email: http://www.gunnar.cc/cgi-bin/contact.pl
Post Follow-up to this message"Gunnar Hjalmarsson" <noreply@gunnar.cc> wrote in message news:3ammiqF6betgpU1@individual.net... > Goober wrote: > > Maybe you want to use a cookie. CGI.pm includes methods for the purpose. > Also see http://www.cookiecentral.com/ > > -- > Gunnar Hjalmarsson > Email: http://www.gunnar.cc/cgi-bin/contact.pl Thank you. I will look at it. Appreciate it.
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.