Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: BEGIN block

by Corion (Patriarch)
on Oct 23, 2015 at 07:32 UTC ( [id://1145726]=note: print w/replies, xml ) Need Help??


in reply to BEGIN block

Most likely, right after the BEGIN block, there is another use statement. The assignments to %ENV are for the benefit of that next use statement (which implicitly also happens at BEGIN time).

In the case of IO::Socket::SSL, this is to tell LWP::UserAgent the options to use with IO::Socket::SSL.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1145726]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (6)
As of 2024-04-16 10:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found