in reply to Problem using Backtick having quotes

Hi, Tried $cmd = sprintf 'java ETicket.ETicketClient -i TICKET -n p_name "%s"', $test; my $result =`$cmd`; print $result; But Same Error. Exception in thread "main" java.lang.NoClassDefFoundError: ETicket/ETicketClient
  • Comment on Re: Problem using Backtick having quotes