Help for this page

Select Code to Download


  1. or download this
    <!DOCTYPE html>
    <html>
    ...
      <p>Blerp content here</p>
      </body>
    </html>
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    }
    # display updated DOM 
    say $dom;
    
  3. or download this
    <!DOCTYPE html>
    <html>
    ...
      <p>Blerp content here</p>
      </body>
    </html>