in reply to Re: Perl logical operators
in thread Perl logical operators
When did this form become valid? I used on my dev box (5.28) but on production (5.16) I get a syntax error and need to use
use constant {true=>1,false=>0}
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Perl logical operators
by choroba (Cardinal) on Jul 10, 2019 at 13:49 UTC | |
|
Re^3: Perl logical operators
by hippo (Archbishop) on Jul 10, 2019 at 13:48 UTC |