CIPP
view release on metacpan or search on metacpan
doc/html2ps view on Meta::CPAN
justify {
word: 15pt;
letter: 0pt;
}
draft {
text: DRAFT;
print: "";
dir: 0;
font-family: Helvetica;
font-style: normal;
font-weight: bold;
color: F0F0F0;
}
colour {
black: 000000;
green: 008000;
silver: C0C0C0;
lime: 00FF00;
gray: 808080;
olive: 808000;
white: FFFFFF;
doc/html2ps view on Meta::CPAN
}
BODY {
font-family: Times;
font-size: 11pt;
text-align: left;
background: white;
}
H1, H2, H3, H4, H5, H6 {
font-weight: bold;
margin-top: 0.8em;
margin-bottom: 0.5em;
}
H1 { font-size: 19pt }
H2 { font-size: 17pt }
H3 { font-size: 15pt }
H4 { font-size: 13pt }
H5 { font-size: 12pt }
H6 { font-size: 11pt }
lib/CIPP/Manual.pm view on Meta::CPAN
Placeholder example:
<?l cnt="$age">You are {age} year(s) old.<?/l>
Use in Perl Context
<?PERL>
#-- Simple variable assignment
my $translated = <?l age="42">You You are {age} year(s) old.<?/l>;
#-- Assign a bold message to a variable
my $translated_bold =
"<b>".
<?l age="42">You are {age} year(s) old.<?/l>.
"</b>";
#-- Throw a translated error message
die <?l>A fatal error occured<?/l>;
<?/PERL>
=head1 COMMAND <?LOG>
( run in 4.322 seconds using v1.01-cache-2.11-cpan-75ffa21a3d4 )