#!/usr/bin/perl system "/bin/echo", "hello"; # or # system "/bin/echo hello"; # or # my $out = `/bin/echo hello`;