<?xml version="1.0" encoding="windows-1252"?>
<node id="605269" title="Re^2: What I Most Recently Learned in Perl, But Should Have Already Known" created="2007-03-17 06:33:42" updated="2007-03-17 02:33:42">
<type id="11">
note</type>
<author id="17745">
Freddo</author>
<data>
<field name="doctext">
i have those in my ~/.aliases
&lt;pre&gt;...
# Perl
alias p='perl -nle'                    #&gt; process file by line, chomp
alias pp='perl -ple'                   #&gt; process file by line, chomp and print
alias pdbg='perl -de 1'                #&gt; perl debugger
alias dpl='perl -MO=Deparse'           #&gt; show how perl see this code
alias dpl2='perl -MO=Deparse,-l,-p,-q,-sCT' #&gt; show how perl see this code, with line no, parens and more
alias cpan='perl -MCPAN -e shell'      #&gt; Start CPAN
...&lt;/pre&gt;
</field>
<field name="root_node">
567774</field>
<field name="parent_node">
568459</field>
</data>
</node>
