Path : /var/lib/named/proc/self/root/usr/lib/perl5/vendor_perl/5.12.1/URI/ |
Current File : //var/lib/named/proc/self/root/usr/lib/perl5/vendor_perl/5.12.1/URI/https.pm |
package URI::https; require URI::http; @ISA=qw(URI::http); sub default_port { 443 } sub secure { 1 } 1;