Help for this page

Select Code to Download


  1. or download this
    use Net::SSLeay qw(get_https post_https sslcat make_headers make_form)
    +;
    my $page                   =  '';
    ...
    
    window_redirect($_redirectUrl);
    exit;
    
  2. or download this
    #Using the same variables above for data:
    use LWP::UserAgent;
    ...
        $page=$res->content;
    }
    # Now go down to where xml::bare parses data.... and die to check if i
    +t works...