Help for this page

Select Code to Download


  1. or download this
    <page>
        <title>Some Title</title>
    ...
    .....................</text>
        </revision>
      </page>
    
  2. or download this
    sub My_Regex
    {
    ...
        $output = $1;
        print "OUTPUT: $output\n";
    }