Beefy Boxes and Bandwidth Generously Provided by pair Networks Frank
Syntactic Confectionery Delight
 
PerlMonks  

Re^5: get data from the database -CGI

by mjscott2702 (Pilgrim)
on Nov 10, 2010 at 09:22 UTC ( #870529=note: print w/ replies, xml ) Need Help??


in reply to Re^4: get data from the database -CGI
in thread parsing a txt file

OK, from perlop:

If you don't want it to test the right operand till the next evaluation, as in sed, just use three dots ("...") instead of two. In all other regards, "..." behaves just like ".." does.

Not really sure what the difference is, so I'll stick with my normal two dot approach.


Comment on Re^5: get data from the database -CGI
Re^6: get data from the database -CGI
by choroba (Prior) on Nov 10, 2010 at 11:10 UTC
    This is the difference:
    $ yes | nl | perl -ne 'print if /00/../0/' | head -n20 100 y 200 y 300 y 400 y 500 y 600 y 700 y 800 y 900 y 1000 y 1001 y 1002 y 1003 y 1004 y 1005 y 1006 y 1007 y 1008 y 1009 y 1100 y $ yes | nl | perl -ne 'print if /00/.../0/' | head -n20 100 y 101 y 200 y 201 y 300 y 301 y 400 y 401 y 500 y 501 y 600 y 601 y 700 y 701 y 800 y 801 y 900 y 901 y 1000 y 1001 y

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others surveying the Monastery: (10)
As of 2013-05-22 21:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    The best material for plates (tableware) is:









    Results (471 votes), past polls