in reply to Re^2: perl command line prompts
in thread perl command line prompts

When reading your original post I missed the bug that holli's and Transient's replies fix. You must have seen this advice a trillion times: always run with strict and warnings. If you had, perl would have told you what the problem was.

the lowliest monk

Replies are listed 'Best First'.
Re^4: perl command line prompts
by pccode (Novice) on May 16, 2005 at 21:22 UTC
    Thanks to everyone for your help.