in reply to readline() on unopened filehandle (was: AOL Messaging)
However that's not the Perl syntax, what it tells you is that, allow_srv_settings takes a boolean, either 1 or 0. If you don't supply a value, it defaults to 1.'allow_srv_settings' => <1 | 0> (default 1)
Or'allow_srv_settings' => 1
Or simply don't even mention it, which would be the same as saying:'allow_srv_settings' => 0
'allow_srv_settings' => 1
|
|---|