Help for this page
do_work ($cmd); ... my $command = shift; # do stuff here... }
do_work ($cmd, $foo); ... my ($command, $foo) = @_; # do stuff }