in reply to Using Exec command with parameters

Hi dgarry,

perldoc is your friend:

exec '/bin/echo', 'Your arguments are: ', @ARGV;

Also I notice this is your first post.
If you have not already done so I would suggest having a read at the Guide to the Monastery.

Hope this helps

Martin