Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^5: Download of https Pages

by poj (Abbot)
on Oct 27, 2017 at 07:02 UTC ( [id://1202122]=note: print w/replies, xml ) Need Help??


in reply to Re^4: Download of https Pages
in thread Download of https Pages

Compare the results of this script with browser/command line

#!perl use strict; use warnings; print "Content-Type: text/plain\n\n"; my @path = split ';',$ENV{PATH}; print join "\n","$^X - $^V",'PATH', (grep /perl/i,@path),'@INC',@INC;
poj

Log In?
Username:
Password:

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

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

    No recent polls found