Is is possible to maintain variables between perl scripts besides regular text?
For example I have created a COM object using win32::ole, and I'd rather pass some type of pointer between webpages rather than recreating the COM object each time a page loads. Is this in any way a possiblility?