Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

interface.pm explained

by gaal (Parson)
on Aug 01, 2004 at 17:50 UTC ( [id://379101]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Cloneable;   # interface
    
    sub clone { die "you must implement clone() yourself" }
    
    1;
    
  2. or download this
    sub import {
      my $callerpackage = caller;
    ...
    
      undef $locks{$callerpackage};
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (2)
As of 2024-04-26 00:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found