in reply to Re: A strib that begins whit $ (more)
in thread A strib that begins whit $ (more)

Alternatively, you can prevent system() from expanding shell metacharacters by using the multi-argument form of system().   system("echo", $_); This oft-overlooked system() behavior is explained in perlfunc.