Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Autoloading tie routines

by cmac (Monk)
on Feb 02, 2009 at 17:24 UTC ( [id://740752]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # Preloaded methods go here.
    sub XYZ::ABC::Scalar::TIESCALAR {
    ...
        my ($val) = @_;
        return bless \$val, $class;
    }
    
  2. or download this
    sub XYZ::ABC::Array::STORE {
        my $self = shift;
        abc_array_store ($self->{ARRAY}, @_);
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found