Perl run system command

Can perl execute a system command similar to the C function System()?

Thanks.

Gregg

http://www.perldoc.com/perl5.8.0/pod/func/system.html

Backticks (``) may work for you too.