in reply to I wan to send the curl command in perl script.
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.