system( '*/@.perl -e "print \"hello world\\\\n\\";"' );
system( '*/@.perl -e "print \"hello with meta*chars\\\\n\";"' );
system( "*echo", "hello", "from", "exec" );

$rc = system( '*/@.perl -e "print \"Exiting with 2\\\\n\"; exit 2;"' );

print "\$rc = $rc \n";
print "Still here!\n";
