http://www.perlmonks.org?node_id=1026943

anandpu70 has asked for the wisdom of the Perl Monks concerning the following question:

I want to export global variable in the perl script like https_proxy=https://url:8080; export $https_proxy. How do i do this in perl script.