in reply to Re: Failure with rcp
in thread Failure with rcp

For speed, security, hatred of shells : ) and other reasons too many to list you may want to do it:

system('rcp', "$Local", "$Remote");

When you feed system the list it stops the shell from getting its grubby hands on it. See system for the exact process that happens when you call system.

<myExperience> $mostLanguages = 'Designed for engineers by engineers.'; $perl = 'Designed for people who speak by a linguist.'; </myExperience>