filter::template::usebytes(3pm) debian man page | unix.com

Man Page: filter::template::usebytes

Operating Environment: debian

Section: 3pm

Filter::Template::UseBytes(3pm) 			User Contributed Perl Documentation			   Filter::Template::UseBytes(3pm)

NAME
Filter::Template::UseBytes - conditionally use bytes.pm depending on availability
SYNOPSIS
use Filter::Template ( isa => "Filter::Template::UseBytes" ); print "Phi length in characters: ", length(chr(0x618)), " "; {% use_bytes %} print "Phi length in bytes: ", length(chr(0x618)), " ";
DESCRIPTION
The UseBytes template evaluates to "use bytes;" if Perl 5.005_55 or later is running. Otherwise it evaluates to an empty string, which does nothing but doesn't throw an exception either.
BUGS
All the caveats of Filter::Template apply here.
SEE ALSO
Filter::Template. AUTHOR &; COPYRIGHT Filter::Template::UseBytes is Copyright 2000-2006 Rocco Caputo. All rights reserved. Filter::Template::UseBytes is free software; you may redistribute it and/or modify it under the same terms as Perl itself. Filter::Template::UseBytes was previously known as POE::Macro::UseBytes. perl v5.10.1 2010-03-08 Filter::Template::UseBytes(3pm)
Related Man Pages
template::stash::xs(3) - suse
html::template::compiled::classic(3pm) - debian
template::declare::tagset::rdf(3pm) - debian
template::manual(3pm) - debian
template::provider::encoding(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
Find columns in a file based on header and print to new file
Weird 'find' results
A (ksh) Library For and From UNIX.com