Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Perl_API get_sv and SvIV_set

by salva (Canon)
on Apr 16, 2006 at 23:34 UTC ( [id://543726]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    SV* super_i;
    super_i = get_sv("main::buu_test_i", TRUE);
    SvIV_set(super_i, 42);
    SvIOK_on(super_i);
    

Log In?
Username:
Password:

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

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

    No recent polls found