Help for this page
system('script.pl', $arg1, $arg2); system('script.pl', @args); system($^X, 'script.pl', @args);
use Parser; my $parser = Parser->new(@args);