in reply to Sorting script deletes first line of data

You have moved the first row to $header with shift()

  • Comment on Re: Sorting script deletes first line of data

Replies are listed 'Best First'.
Re^2: Sorting script deletes first line of data
by glemley8 (Acolyte) on Aug 28, 2012 at 17:30 UTC
    Wow, I feel silly. Sorry- this wasn't a script I wrote, and as you can tell, I'm just learning Perl. Thanks!