in reply to Re: opendir a directory abstraction?
in thread opendir a directory abstraction?
does it implement anything? I looked into the code b/c of missing documentation and all subs look like this
sub login { my ($self, $username, $password) = @_; carp ref($self)."::login() Unimplemented"; return 0; }
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: opendir a directory abstraction?
by Corion (Patriarch) on Feb 14, 2021 at 19:28 UTC | |
by LanX (Saint) on Feb 14, 2021 at 20:09 UTC |