Skip to content

Having multiple statements in map {...} or grep {...} generates bad code #39

@snoopyjc

Description

@snoopyjc

Having multiple statements in map {...} or grep {...} generates bad code. For example:

@files = map { /\A(.*)\z/s; $1 } readdir $d;

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions