On May 14, 2005, at 8:12, Aditi Gupta wrote:

hi everybody,
is it possible to search for a pattern in each column of a file. I've only
seen pattern matching operations for a row..

In the general case not directly.

To emulate iteration per columns you'd need techniques that depend on the particular problem at hand. Do you need to solve that for a specific register format? If it was the case, how are fields defined in a single row?

-- fxn

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to