Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Tie hash Segmentation fault

by jwkrahn (Abbot)
on Jan 08, 2010 at 07:33 UTC ( [id://816234]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    tie %s, 'Apache::Session::File', undef {
    Directory     => '/tmp/sessions',
    };
    
  2. or download this
    tie %s, 'Apache::Session::File', undef, {
    Directory     => '/tmp/sessions',
    };
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://816234]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (2)
As of 2024-04-20 01:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found