Rajini Naidu <rajinid...@gmail.com> writes: > Am i missing anything here. Please advise.
It often helps to specify: - perl version - system you're running on - complete source (If your source was complete, you're missing use strict; use warnings; in front of your program.) -- Johan