Help for this page

Select Code to Download


  1. or download this
    <stage right> Enter Juliet
    <speech Juliet> Romeo! Romeo! 
    Where the heck are you!
    <audience> claps.
    
  2. or download this
    while (<>) {
       if (/^<(.+?)>(.*)$/i) {
    ...
          $part{$tag} .= $_;
       }
    }