in reply to Re^9: Sorting names using Regular Expressions and placing them in different Files.
in thread Sorting names using Regular Expressions and placing them in different Files.

This node falls below the community's minimum standard of quality and will not be displayed.
  • Comment on Re^10: Sorting names using Regular Expressions and placing them in different Files.

Replies are listed 'Best First'.
Re^11: Sorting names using Regular Expressions and placing them in different Files.
by kwaping (Priest) on Jan 05, 2007 at 17:47 UTC
    Line 62: use chomp $searchline instead of just chomp.
    Line 64: use $searchline instead of $_ on the previous line.
    Line 67: use $searchline instead of $_.

    ---
    It's all fine and dandy until someone has to look at the code.