Help for this page

Select Code to Download


  1. or download this
    my @patterns = (
       "<ID>(.*?)</ID>",                      # ID
    ...
          ...
       }
    }
    
  2. or download this
    my @regexps = (
       qr{<ID>(.*?)</ID>},                      # ID
    ...
          ...
       }
    }