in reply to Re^6: Easiest way to filter a file based on user input (updated)
in thread Easiest way to filter a file based on user input
The latter. See use for examples and the FAQ What's the difference between require and use? for more detail.
Addendum: Also, almost every module (including Regexp::Common) has a SYNOPSIS section in its documentation which includes a code snippet showing how to use it.
Perl and (almost) all of its modules have excellent documentation. It will pay you dividends to learn where that documentation is, how to search it and how to understand what you find there.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: Easiest way to filter a file based on user input (updated)
by Peter Keystrokes (Beadle) on Jul 16, 2017 at 09:14 UTC | |
by haukex (Archbishop) on Jul 16, 2017 at 09:29 UTC | |
by Peter Keystrokes (Beadle) on Jul 16, 2017 at 13:14 UTC | |
by haukex (Archbishop) on Jul 16, 2017 at 14:05 UTC | |
by Peter Keystrokes (Beadle) on Jul 16, 2017 at 16:23 UTC |