Who is it for
For those who know/uderstand Perl/HTML/jQuery
What about a bigger number?
Sure. Use the custom form to get the times table for a number greater than 30?
How about any number/range?
Yes, of course! Once again, use the custom form bearing the heading "Or enter your own"
Can I customize it for own use?
In that case, you need to purchase the software and/or order a customization
~;
if ($ARGV and $ARGV > 0 or scalar(@keys) > 0)
{
if (@_)
{
return qq~@_\n~;
}
else
{
return qq~\n \n$out\n~;
}
}
else
{
return qq~\n$out\n~; #
}
}
# end accordion
sub body_article
{
my $self = shift;
my $out;
my %in;
%in =
(
content => "",
type => "article",
header => "Content Header",
@_,
);
if ( !defined $in{content} or $in{content} eq '' )
{
return qq{
No Content
};
}
else
{
return qq{