Subject: | bug in Pquota-1.1 |
Grep for string els in attached module Pquota-1.1.pm
There was a missing @_ in function printer_get_field():
fixed section of code is as follow--I inserted @_
.....
## get an arbitrary field in a printer entry
sub printer_get_field {
my ($self, $printer, $key)=@_; #els fixed bug missing @_ 12-9-03
my $entry;
......
I'm guessing that leaving out the @_ may have worked in Perl 4, but it
doesn't work anymore.
Message body is not shown because it is too large.