in reply to How to create html file using perl

So what happened to xml?

There are Perl modules that will assist you in creating HTML; use Super Search here and search CPAN. The details on how these work requires reading on your part. If something isn't clear, some experimentation should resolve it. If not, please post a question here.

1 Peter 4:10

Replies are listed 'Best First'.
Re^2: How to create html file using perl
by Lotus1 (Vicar) on Dec 31, 2014 at 15:36 UTC

    my @markup = qw( XML HTML YAML EBML BeerXML ); foreach(@markup) { print "How to create $_ file using perl"; }
    ### BeerXML