Damian Conway <damian@conway.org> writes: > $Zero ~~ *GLOB # unmatchable (invalid type) -----> undef > $Zero ~~ \%HASH # unmatchable (invalid type) -----> undef > $Zero ~~ \@ARRAY # unmatchable (invalid type) -----> undef Syntax error? -- JohanThread Previous | Thread Next