Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    __DATA__
    chapter
    <h1 tag="$tag">$body</h1>
    
  2. or download this
    INPUT: 'start \chapter{argument1}{argument2} end'
    OUTPUT: 'start <h1 tag="argument2">argument1</h1> end'