in reply to Finding missing elements in a sequence (code)

print join "\n", @{ find_holes( \@issues ) };

how are you populating @issues? if you are reading them in from a file, are you removing new lines?

Will perl for money
JJ Knitis
(901) 756-7693
gt8073a@industrialmusic.com

  • Comment on Re: Finding missing elements in a sequence (code)