The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

mxgg.pl - Sample MatrixSSL client which grabs the google.com https home page

SYNOPSIS

        perl mxpp.pl [www.sslhost.com[:443]]

DESCRIPTION

  "Opens" MatrixSSL
  Opens a socket to your favorite SSL host (or www.google.com:443 if you don't specify one)
  Establishes SSL session
  Issues an HTTP "GET /"
  Reads response
  exits.

BUGS

  doesn't check certificate validity
  lots of stuff is hard-coded.
  ignores return codes mostly.