Help for this page

Select Code to Download


  1. or download this
    <heading>
        level=2,
        Introduction to Arguments</heading>
    
  2. or download this
    <index>
        primary-key="listed-arguments",
    ...
        There are two categories of arguments:
            </paragraph>
    </index>
    
  3. or download this
    <foo> something=bar, Code is cool </foo>
    
  4. or download this
    <foo something=bar> Code is cool </foo>
    
  5. or download this
    $text =~ s/>\s?([\w\-]*?)\=([\w\-\"]*?)\,?/ $1\=$2>/gixs;