LoneRanger has asked for the wisdom of the Perl Monks concerning the following question:
I just want to grab the text from top set of columns (All except comment) into a hash. So I guess I just need some crafty regex help.Sharename Type Comment --------- ---- ------- IPC$ IPC Remote IPC (more lines like this) Server Comment --------- ------- STUFF Stuff (more lines like this)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re (tilly) 1: multi-line (string doc) parsing
by tilly (Archbishop) on Jan 27, 2001 at 23:30 UTC | |
|
Re: multi-line (string doc) parsing
by Fastolfe (Vicar) on Jan 27, 2001 at 23:32 UTC | |
|
Re: multi-line (string doc) parsing
by Trinary (Pilgrim) on Jan 27, 2001 at 23:31 UTC | |
|
Re: multi-line (string doc) parsing
by 2501 (Pilgrim) on Jan 27, 2001 at 23:53 UTC |