Ticket #766 (new enhancement)
Suggest better solutions for code
| Reported by: | szabgab | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Context Sensitive Help | Version: | 0.50 |
| Keywords: | Cc: |
Description (last modified by zenogantner) (diff)
It might be just an extension to the beginner mode or that of Perl::Critic, here is an example:
@files = `ls *.xml`;
can be replaced by
@files = glob "*.xml";
For a few more examples see http://perlmonks.org/?node_id=807170
Note: See
TracTickets for help on using
tickets.
