<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Man Pages - Linux Manual Pages &#187; perl</title>
	<atom:link href="http://www.manpages.com/man/tag/perl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.manpages.com</link>
	<description>Linux Manual Pages</description>
	<lastBuildDate>Sat, 29 Aug 2009 05:48:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>enc2xs &#8211; linux man page</title>
		<link>http://www.manpages.com/man/enc2xs-linux-man-page/</link>
		<comments>http://www.manpages.com/man/enc2xs-linux-man-page/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 05:33:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[E]]></category>
		<category><![CDATA[enc2xs]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://www.manpages.com/?p=915</guid>
		<description><![CDATA[enc2xs &#8212; Perl Encode Module Generator
USAGE
         enc2xs -[options]
         enc2xs -M ModName mapfiles...
         enc2xs -C

DESCRIPTION
       enc2xs builds a Perl extension for use by Encode from either [...]]]></description>
		<wfw:commentRss>http://www.manpages.com/man/enc2xs-linux-man-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>constant &#8211; linux man page</title>
		<link>http://www.manpages.com/man/constant-linux-man-page/</link>
		<comments>http://www.manpages.com/man/constant-linux-man-page/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 06:58:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[c]]></category>
		<category><![CDATA[constant]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://www.manpages.com/blog/?p=587</guid>
		<description><![CDATA[constant &#8211; Perl pragma to declare constants
USAGE
           use constant PI    =&#62; 4 * atan2(1, 1);
           use constant DEBUG =&#62; 0;

           print "Pi [...]]]></description>
		<wfw:commentRss>http://www.manpages.com/man/constant-linux-man-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>autouse &#8211; linux man page</title>
		<link>http://www.manpages.com/man/autouse-linux-man-page/</link>
		<comments>http://www.manpages.com/man/autouse-linux-man-page/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 07:10:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[A]]></category>
		<category><![CDATA[autouse]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://www.manpages.com/blog/?p=248</guid>
		<description><![CDATA[autouse &#8211; postpone load of modules until a function is used
USAGE
         use autouse ’Carp’ =&#62; qw(carp croak);
         carp "this carp was predeclared and autoused ";

DESCRIPTION
       If the module "Module" is already loaded, then [...]]]></description>
		<wfw:commentRss>http://www.manpages.com/man/autouse-linux-man-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>attrs &#8211; linux man page</title>
		<link>http://www.manpages.com/man/attrs-linux-man-page/</link>
		<comments>http://www.manpages.com/man/attrs-linux-man-page/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 07:09:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[A]]></category>
		<category><![CDATA[attrs]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://www.manpages.com/blog/?p=244</guid>
		<description><![CDATA[attrs &#8211; set/get attributes of a subroutine (deprecated)
USAGE
           sub foo {
               use attrs qw(locked method);
               ...
  [...]]]></description>
		<wfw:commentRss>http://www.manpages.com/man/attrs-linux-man-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>attributes &#8211; linux man page</title>
		<link>http://www.manpages.com/man/attributes-linux-man-page/</link>
		<comments>http://www.manpages.com/man/attributes-linux-man-page/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 07:08:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[A]]></category>
		<category><![CDATA[attributes]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://www.manpages.com/blog/?p=242</guid>
		<description><![CDATA[attributes &#8211; get/set subroutine or variable attributes
USAGE
         sub foo : method ;
         my ($x,@y,%z) : Bent = 1;
         my $s = sub : method { ... };

     [...]]]></description>
		<wfw:commentRss>http://www.manpages.com/man/attributes-linux-man-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>a2p &#8211; linux man page</title>
		<link>http://www.manpages.com/man/a2p-linux-man-page/</link>
		<comments>http://www.manpages.com/man/a2p-linux-man-page/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 02:56:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[A]]></category>
		<category><![CDATA[a2p]]></category>
		<category><![CDATA[awk]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[s2p]]></category>
		<category><![CDATA[sed]]></category>

		<guid isPermaLink="false">http://www.manpages.com/blog/?p=9</guid>
		<description><![CDATA[a2p &#8211; Awk to Perl translator
USAGE
       a2p [options] filename

DESCRIPTION
       A2p takes an awk script specified on the command line (or from standard
       input) and produces a comparable perl script on the standard output.

     [...]]]></description>
		<wfw:commentRss>http://www.manpages.com/man/a2p-linux-man-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

