Album
view release on metacpan or search on metacpan
script/album view on Meta::CPAN
my $b = img("${level}icons/$tag.png", align => "top",
border => 0, alt => "[$Tag]");
$active ? "<a class='info' href='$link' alt='[$Tag]'>$b</a>" : $b;
}
sub ixname($) {
my ($x) = @_;
"index" . ($x ? $x : "") . ".html";
}
# To aid XHTML compliancy.
sub br { "<br>" }
# Pseudo-smart approach to creating paired single/double quotes.
# Note that the (s-|s\s|t\s) case is specific to the dutch language,
# but probably won't harm other languages...
# Yes, you'll get stupid results with input like rock'n'roll.
sub fixquotes($) {
my ($t) = @_;
( run in 1.337 second using v1.01-cache-2.11-cpan-49f99fa48dc )