Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^4: interface.pm explained

by diotalevi (Canon)
on Aug 02, 2004 at 14:27 UTC ( [id://379295]=note: print w/replies, xml ) Need Help??


in reply to Re^3: interface.pm explained
in thread interface.pm explained

You'll want to name the code you called inside INIT/CHECK because mod_perl doesn't call those. This gives mod_perl-using code the ability to manually call your INIT-time code at the appropriate time.

INIT { init(); } sub init { # INIT-time code goes here. mod_perl users are expected to call th +is function as appropriate for them. # perl will not automatically trigger this function for them. ... }

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-25 19:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found