in reply to Re^5: Bug in Class::Struct?
in thread Bug in Class::Struct?
That’s very interesting…
perl -MYAML -E '$vol = "asdf"; $x = { moo => scalar($vol =~ m/^HOLDING +/) }; say $x->{moo} == 0' 1
But also, to me at least, very surprising and I wouldn’t want to see it in code.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Bug in Class::Struct? (updated)
by haukex (Archbishop) on Apr 23, 2020 at 21:30 UTC |