![]() |
|
Your skill will accomplish what the force of many cannot |
|
PerlMonks |
jacquesby jacques (Priest) |
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!!
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 |
|