Beefy Boxes and Bandwidth Generously Provided by pair Networks Joe
There's more than one way to do things.
 
PerlMonks

jacques

by jacques (Priest)
 | Log in | Create a new user | The Monastery Gates | Super Search | 
 | Seekers of Perl Wisdom | Meditations | PerlMonks Discussion | 
 | Obfuscation | Reviews | Cool Uses For Perl | Perl News | Q&A | Tutorials | 
 | Poetry | Recent Threads | Newest Nodes | Donate | What's New | 

on Dec 31, 2002 at 14:07 UTC ( #223311=user: print w/ replies, xml ) Need Help??

Before you speak, ask yourself: is it kind, is it necessary, is it true, does it improve on the silence?

Buy My Perl T-shirts, support an open-source developer!!

CPAN author:
Acme::Bushisms
HTML::Perlinfo
Win32::Wallpaper
Win32::Die
Win (a work in progress)
Nodes I have contributed to the Monastery:
  • Can of soda
  • On starting a new job
  • DBI speed up needed on MySQL
  • Java is from Mars, Perl is from Venus
  • PerlMessy: Perltidy's little tattletaling sister
  • Jacques's Cheat Sheet


    make test > test.txt 2>&1
    Creating an array from the sql results on a single column.
    my @campaign_ids = @{ $dbh->selectcol_arrayref($events_sql)};
    find . -name '*.pm' | wc -l
    find . -name "myfile*.*" -print 2>/dev/null
    for i in `ls *.pm`; do perl -Tcw -I ~/public_html/bps $i; done
    cvs -nq update -dA
    vim cookbook
    Nodes of interest
    Speeding up the DBI
    DBI recipes

    Login:
    Password
    remember me
    What's my password?
    Create A New User

    Chatterbox?
    and the web crawler heard nothing...

    How do I use this? | Other CB clients
    Other Users?
    Others drinking their drinks and smoking their pipes about the Monastery: (24)
    BrowserUk
    GrandFather
    planetscape
    marto
    almut
    tirwhan
    jmcnamara
    DrHyde
    jethro
    dHarry
    rovf
    Boldra
    Ratazong
    chanakya
    ssandv
    abubacker
    Xiong
    ZJ.Mike.2009
    ungalnanban
    blackgoat
    Felix2000
    Appy16
    LinuxMercedes
    im2
    As of 2010-03-10 10:26 GMT
    Sections?
    The Monastery Gates
    Seekers of Perl Wisdom
    Meditations
    PerlMonks Discussion
    Categorized Q&A
    Tutorials
    Obfuscated Code
    Perl Poetry
    Cool Uses for Perl
    Perl News
    Information?
    PerlMonks FAQ
    Guide to the Monastery
    What's New at PerlMonks
    Voting/Experience System
    Tutorials
    Reviews
    Library
    Perl FAQs
    Other Info Sources
    Find Nodes?
    Nodes You Wrote
    Super Search
    List Nodes By Users
    Newest Nodes
    Recently Active Threads
    Selected Best Nodes
    Best Nodes
    Worst Nodes
    Saints in our Book
    Leftovers?
    The St. Larry Wall Shrine
    Offering Plate
    Awards
    Craft
    Snippets Section
    Code Catacombs
    Quests
    Editor Requests
    Buy PerlMonks Gear
    PerlMonks Merchandise
    Planet Perl
    Perlsphere
    Use Perl
    Perl.com
    Perl 5 Wiki
    Perl Jobs
    Perl Mongers
    Perl Directory
    Perl documentation
    CPAN
    Random Node
    Voting Booth?

    The code I'm most proud of is:

    A small script automating my daily work
    Some production code used in my company
    A CPAN module used by thousands of other programmers
    An elegant implementation of a complicated algorithm
    A really clever obfuscation
    My first Perl program
    A feature deep inside the PerlMonks code
    My contributions to the Perl5/Perl6 core
    My contributions to Parrot
    At least 5 of the above
    Not existent - pride is a sin
    Something else

    Results (310 votes), past polls