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.