Help for this page

Select Code to Download


  1. or download this
    $data = get($HomePage);
  2. or download this
    if ($data =~ /1234\d{2}\abcd/)
    {
    ...
    {
    print "Not found\n";
    }