Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

How to use Inheritance with Inside-Out Classes and Hash Based Classes

by ghenry (Vicar)
on Nov 15, 2005 at 17:06 UTC ( [id://508694]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Samba::LDAP;
    
    ...
    }
    
    1;
    
  2. or download this
    use strict;
    use warnings;
    ...
    
    my @shares = $smbconf->listShares();
    print "@shares\n";
    
  3. or download this
    [ghenry@perlbox lib]$ perl ../scripts/test.pl
    /etc/samba/smb.conf
    smb.conf
    Not a HASH reference at /usr/lib/perl5/site_perl/5.8.6/File/Samba.pm l
    +ine 181.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (8)
As of 2024-03-28 09:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found