Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Embed: Using load_module

by sjfloat (Novice)
on May 23, 2006 at 20:56 UTC ( [id://551236]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    load_module(PERL_LOADMOD_NOIMPORT,
                newSVpvn("My::Module", 10),
                newSVnv(0.01));
    
  2. or download this
    char *theArgv[] = { "", "/dev/null" };
    perl_parse(my_perl, xs_init, 2, theArgv, (char **) NULL);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-04-25 23:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found