Help for this page

Select Code to Download


  1. or download this
    500 Can't connect to tutorialregistration.uws.edu.au:443 (SSL connect 
    +attempt failed because of handshake problemserror:00000000:lib(0):fun
    +c(0):reason(0))
    
  2. or download this
    perl -MLWP::Simple -e "getprint 'https://tutorialregistration.uws.edu.
    +au/aplus/admin/adminLogin.do'"
    
  3. or download this
    use LWP::UserAgent;
    $ua = new LWP::UserAgent;
    ...
    print "content-type:text/html\n\n";
    print $res->content;