in reply to How do I escape a "$" in the input stream

It's your shell, not perl. Try:

> echo "This is $200" This is 00 > echo "This is \$200" This is $200 > echo 'This is $200' This is $200

So use a backslash or single quotes, not doubles.

alex pleiner <alex@zeitform.de>
zeitform Internet Dienste