Regular Expressions to Parse Data Files

in Perl Tips, Regular Expressions
by William Ward on March 25, 2004 3:52 pm

Regular expressions are the best way to parse text in Perl. And when combined with the hash data structure, you can easily build an in-memory structure based on data read in from a file.

(more…)