Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: How to morph a plain module to OO

by dws (Chancellor)
on Sep 07, 2002 at 18:15 UTC ( [id://195888]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      sub isFile {
          my $self = shift if ref $_[0] && ref $_[0] eq $_[0]->{class};
          my $file = shift;   # a file in current directory expected
    
  2. or download this
      sub isFile {
          my $self = shift if ref $_[0];
          my $file = shift;
    

Log In?
Username:
Password:

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

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

    No recent polls found