rhxk has asked for the wisdom of the Perl Monks concerning the following question:
thanxif ($line =~ /^([A-Z]{3})-([A-Z])!?((\s+)(\S+)){27}/m) { $a = $1; $b = $2; $c = $4; $d = $5; $e = $13; $f = $33; $g = $35; $h = $49; #do stuff here; }
2006-05-17 Retitled by planetscape, as per Monastery guidelines
Original title: 'calling reg exp gurus'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Capturing columnar data from a text file
by ptum (Priest) on May 16, 2006 at 17:49 UTC | |
|
Re: Capturing columnar data from a text file
by dsheroh (Monsignor) on May 16, 2006 at 18:13 UTC | |
|
Re: Capturing columnar data from a text file
by ruzam (Curate) on May 16, 2006 at 21:26 UTC | |
|
Re: Capturing columnar data from a text file
by TedPride (Priest) on May 16, 2006 at 23:10 UTC | |
|
Re: Capturing columnar data from a text file
by johngg (Canon) on May 16, 2006 at 22:38 UTC | |
|
Re: Capturing columnar data from a text file
by planetscape (Chancellor) on May 17, 2006 at 10:37 UTC |