Help for this page
my $cmd = sprintf 'java ETicket.ETicketClient -i Ticket -n p_name -t +"%s"', $test; my $result = `$cmd`; print $result;