Re: Saving data to %session with Apache::Session::File

2010-03-30 Thread Brian J. Miller
ed." So in your loop you are updating the nested structure under 'config' but nothing at the top level of the hash. To have it stored you would have to update a key or value of $session. HTH, -- Brian J. Miller End Point Corp. http://www.endpoint.com/ br...@endpoint.com -- T

Re: Dumping vars from CGI with Data::Dumper

2009-12-31 Thread Brian J. Miller
nt Dumper(param); > > (without the @) > > > Did you switch your 'use' statement to import 'param'? See "USING THE FUNCTION-ORIENTED INTERFACE" section of the documentation. -- Brian J. Miller End Point Corp. http://www.endpoint.com/ br...@endpoint.com -- To