CPAN-MetaCurator

 view release on metacpan or  search on metacpan

data/cpan.metacurator.tiddlers.json  view on Meta::CPAN

        "modified": "20250713063911045",
        "created": "20221227022248119"
    },
    {
        "text": "\"\"\"\no https://www.nntp.perl.org/group/perl.perl5.porters/2023/01/msg265583.html\n\no https://metacpan.org/pod/CPAN::Porters\n",
        "title": "HowToBuildPerl",
        "modified": "20250528012846632",
        "created": "20230127232236276"
    },
    {
        "text": "\"\"\"\no See also:\n-  CodeTidyingCode\n- Data::TableReader::Decoder::HTML\n- DBIx::HTML\n- Form::Sensible\n- Form::Factory\n- Form::Toolkit\n- Form::Diva\n- HTML::Form\n- HTML::Form::Fu\n- HTML::Parser\n- HTML::Selector::XPath\n- H...
        "title": "HTMLHandling",
        "modified": "20250716081425730",
        "created": "20200930063306239"
    },
    {
        "created": "20210922020640121",
        "text": "\"\"\"\no See also:\n- DnsStuff\n- EventStuff\n- FileHandling\n- HashHandling\n- [[HTTPServers]]\n- [[IO]]\n- LoggingStuff\n- ParallelProcessing\n- SwitchStatements\n- SystemMonitoring\n- https://dev.to/fgasper/perling-and-curling-2i...
        "title": "HTTPHandling",
        "modified": "20250721014915792"
    },

scripts/tiddly2html.pl  view on Meta::CPAN


# ----------------------------------------------

sub process
{
	my(%options)   = @_;
	my($file_name) = path("$ENV{HOME}/Documents/wiki/$options{in_file}");

	open(my $fh, '>', "$ENV{HOME}/Documents/wiki/$options{out_file}");
	say $fh <<EOS;
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
	<title>Some Perl modules cross-referenced by Purpose</title>
	<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
	<meta http-equiv="cache-control" content="no-cache">
	<meta http-equiv="pragma" content="no-cache">
	<link rel="stylesheet" type="text/css" href="/assets/css/local/default.css">
</head>



( run in 0.452 second using v1.01-cache-2.11-cpan-beeb90c9504 )