Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^3: Custom cspec's in Net::Log4perl

by jimbojones (Friar)
on Apr 21, 2005 at 22:24 UTC ( [id://450221]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Custom cspec's in Net::Log4perl
in thread Custom cspec's in Net::Log4perl

Hi,

Sorry, I didn't read your code carefully enough.

# Check to see if we have a session. If so, load it's information. # If not, we need to create one and then cookie the user. #### JJ comment #### 'my' makes this lexically scoped #### change to 'our' or $::session to be visible #### in other scopes my $session = new CGI::Session("driver:DB_File", $cgi, {Directory=>'/u +sr/local/apache/htdocs/addressbook'}); # Init the logger Log::Log4perl->init("/usr/local/apache/htdocs/addressbook/log4perl.con +f");
you need to change my $session to something package scoped, like $::session. Then, it's somewhat of a global variable, so be carefull.

- j

Replies are listed 'Best First'.
Re^4: Custom cspec's in Net::Log4perl
by jpfarmer (Pilgrim) on Apr 22, 2005 at 19:18 UTC

    Excellent! It works now!

    Thank you very much for your help!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-04-25 15:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found