Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Can i call a handmade perl module within a php file?

by Nik (Initiate)
on May 26, 2008 at 12:23 UTC ( [id://688512]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package MyCounter;
    
    ...
    }
    
    1;
    
  2. or download this
    use MyCounter; #i declare the usage of MyCounter
    ....
    ....
    $counter = counter( $0, $db, $host ); #i call my module
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2024-03-28 20:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found