Album
view release on metacpan or search on metacpan
script/album view on Meta::CPAN
"</table>";
}
sub ixname($;$) {
my ($n, $rel) = @_;
my $f = sprintf("index%04d.html", $n + 1);
return $f if $rel;
d_index($f);
}
# 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.398 second using v1.01-cache-2.11-cpan-acf6aa7dc9e )