in reply to Re^2: I could not use more than one IF ($_ = / /) condition for a single line
in thread I could not use more than one IF ($_ = / /) condition for a single line

you might want to look at the given/when block introduced in Perl 5.10 , it is very well suited for parsing , I like it more than the if blocks :)
  • Comment on Re^3: I could not use more than one IF ($_ = / /) condition for a single line
  • Download Code