in reply to Using Regexp::Common

Im not familiar with that module, but I would recommend leveraging PERL's ability to do regex without a module


Here is a handy online Regex generator, where you can supply your data set and then start to work out your regex and import that into the perl script - https://regex101.com/

Replies are listed 'Best First'.
Re^2: Using Regexp::Common
by justrajdeep (Novice) on Sep 19, 2015 at 13:27 UTC
    Thanks I will try it out.