Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: perl_free problem

by zentara (Archbishop)
on Mar 12, 2007 at 13:03 UTC ( [id://604341]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #include <EXTERN.h> 
    #include <perl.h>
    
  2. or download this
    cc -o perl-interp perl-interp.c   `perl -MExtUtils::Embed -e ccopts -e
    + ldopts`
    
  3. or download this
    char *one_args[] = { "one_perl", "-e", "print qq(Hi, I'm 1\n)" };     
    +            
    char *two_args[] = { "two_perl", "-e", "print qq(Hi, I'm 2\n)" };
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-20 00:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found