Help for this page

Select Code to Download


  1. or download this
    META HTTP-EQUIV="Pragma" CONTENT="no-cache"
    META HTTP-EQUIV="REFRESH" REFRESH: 0; CONTENT="0; URL=https://www.xxxb
    +ank.com//main.htm"
    
  2. or download this
    
    my $start_page = 'https://www.xxxbank.com//main.htm';
    ...
    $res = $ua->request($req);
    print "Error: " . $res->status_line . "\n" unless $res->is_success;
    print $res->content;