D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
share
/
perl5
/
URI
/
Filename :
https.pm
back
Copy
package URI::https; require URI::http; @ISA=qw(URI::http); sub default_port { 443 } sub secure { 1 } 1;