Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

A few very basic questions about Extending Perl

by unlinker (Monk)
on Dec 26, 2010 at 10:31 UTC ( [id://879205]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    SV* mkstr() {
        return newSVpv("This is another string!", 0);
    }
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    
        return av_make(size, pint);    
    }
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    
        return hash;    
    }
    
  4. or download this
    #!/usr/bin/perl
    
    ...
        
        return sv_bless(rv, gv_stashpv("MyClass", GV_ADD));    
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://879205]
Approved by 0xbeef
Front-paged by ww
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found