in reply to Re: to print a system command
in thread to print a system command

Better still, use a quoting construct.

system qq{date -s "2 June 2013 18:00:00"};

Cheers,

JohnGG