Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^2: Inline::C - object accessor failure

by sfink (Deacon)
on Oct 26, 2005 at 17:57 UTC ( [id://503126]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package InlineTest;
    use strict;
    ...
    my $t = InlineTest->new( x => 'foo' );
    
    print $t->x, "\n";
    
  2. or download this
    sub Whiner::DESTROY { print "Dying!\n" }
    my $t = InlineTest->new( x => bless [], 'Whiner' );
    ...
    print $t->x, "\n";
    undef $t;
    print "Done.\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-03-28 22:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found