in reply to Re: System tick and CURL not interrpeting variable
in thread System tick and CURL not interrpeting variable

avoid the shell, use system with Capture::Tiny

Avoid the shell AND curl, use one of perl's HTTP libraries like LWP, or, in this case, use a SOAP library.

Alexander

--
Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)
  • Comment on Re^2: System tick and CURL not interrpeting variable