in reply to I wan to send the curl command in perl script.

Hello bhushanQA,

You can do it by invoking curl from perl script via backticks. But I won't recommend you do that. Look at a module like LWP::UserAgent. Good luck.