Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
            ) or die $!;
        print $cl "GET / HTTPS/1.0\r\n\r\n";
        print <$cl>;
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
            ) or die $!;
        print $cl "GET / HTTPS/1.0\r\n\r\n";
        print <$cl>;