Help for this page

Select Code to Download


  1. or download this
    <heading level=2>
        Introduction to Arguments</heading>
    
  2. or download this
    <heading>
        <index primary-key="procedures" secondary-key="definition, rest ar
    +guments in"/>
        <index primary-key="rest arguments" secondary-key="specifying, in 
    +procedure definition"/>
        level=3,
        Specifying Rest Arguments in a Procedure Definition</heading>
    
  3. or download this
    <heading2>
        Introduction to Arguments</heading2>
    
  4. or download this
    <heading3>
        <index primary-key="procedures" secondary-key="definition, rest ar
    +guments in"/>
        <index primary-key="rest arguments" secondary-key="specifying, in 
    +procedure definition"/>
        Specifying Rest Arguments in a Procedure Definition</heading3>
    
  5. or download this
    $text =~ s/<heading([^(<\/heading>)]*?)level=(.{1})([^(<\/heading>)]*?
    +)<\/heading>/<heading$2>$1$3<\/heading$2>/gsix;