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

Re: TIMTOWTDI Challenge: Zero'ing Out An Array

by Util (Priest)
on Sep 28, 2011 at 13:34 UTC ( [id://928320]=note: print w/replies, xml ) Need Help??


in reply to TIMTOWTDI Challenge: Zero'ing Out An Array

use Inline C => <<'END_C'; void clear_the_array( AV* av ) { av_clear(av); } void undef_the_array( AV* av ) { av_undef(av); } END_C clear_the_array(\@MyArray); undef_the_array(\@MyArray);

Log In?
Username:
Password:

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

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

    No recent polls found