in reply to Storing shopping cart orders via Apache::Session

store an array instead -- just like the documentation shows
$session{an_array_ref} = [ $one, $two, $three ];

Replies are listed 'Best First'.
Re^2: Storing shopping cart orders via Apache::Session
by pashanoid (Scribe) on Aug 23, 2012 at 08:45 UTC
    any chance you can provide an exaple?
      I just did. You can find additional examples in MANIFEST (hint, its t/99file.t)