in reply to Re: How to call curl to make a Get request with parameters from perl ?
in thread How to call curl to make a Get request with parameters from perl ?

Thank you. The problem is soloved by trailing space for $stock. I add one more step: $stock =~ s/\s+$//;

This problem makes me confused a lot. Thank you again.

  • Comment on Re^2: How to call curl to make a Get request with parameters from perl ?