Help for this page
my $return = `path_to_script`;
my $pid = open( CHILD, " $command |" ); my $return = <CHILD>;