in reply to Re^2: problem with Config::Std on FreeBSD box?
in thread problem with Config::Std on FreeBSD box?
The prototype being used by Config::Std::read_config isn't supported until perl 5.7.3 - see perl573delta.
Minimal test case:
sub read_config ($\[%$]) {} read_config( 'example.conf' => my %conf );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: problem with Config::Std on FreeBSD box?
by leocharre (Priest) on Aug 25, 2006 at 22:02 UTC |