Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^2: What I Most Recently Learned in Perl, But Should Have Already Known

by Freddo (Acolyte)
on Mar 17, 2007 at 10:33 UTC ( [id://605269]=note: print w/replies, xml ) Need Help??


in reply to Re: What I Most Recently Learned in Perl, But Should Have Already Known
in thread What I Most Recently Learned in Perl, But Should Have Already Known

i have those in my ~/.aliases
...
# Perl
alias p='perl -nle'                    #> process file by line, chomp
alias pp='perl -ple'                   #> process file by line, chomp and print
alias pdbg='perl -de 1'                #> perl debugger
alias dpl='perl -MO=Deparse'           #> show how perl see this code
alias dpl2='perl -MO=Deparse,-l,-p,-q,-sCT' #> show how perl see this code, with line no, parens and more
alias cpan='perl -MCPAN -e shell'      #> Start CPAN
...
  • Comment on Re^2: What I Most Recently Learned in Perl, But Should Have Already Known

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://605269]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (2)
As of 2024-04-26 06:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found