Help for this page

Select Code to Download


  1. or download this
    <blank title="Title of My Page">
    
  2. or download this
    #text is put in an array called page_text
    foreach my $new_line(@page_text) {
    ...
                    #do some logic to add a blank page with that title
            }
    }
    
  3. or download this
    if ($new_line =! m/sameregexasabove?/sig) {
           #don't write a new line with the xml tag, but any other text is
    + okay
    }