Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Basic Perl trumps DBI? (Forget DBs!(for this application))

by BrowserUk (Patriarch)
on Oct 24, 2004 at 13:22 UTC ( [id://402029]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    any( these ) and not any( those )
    all( these ) and not any( those )
    any( these ) and not all( those )
    all( these ) and not all( those )
    
  2. or download this
    #! perl -slw
    use strict;
    ...
    10. How many respondants answered all of 1000, 1010, 1020 but none of 
    +2000, 2010, 2020?
    all( 1000 1010 1020 ) 
    any( 2000 2010 2020 )
    
  3. or download this
    P:\test>401728
      1 trial  of 01. How many respodents answered question 0
    ...
    10. How many respondants answered all of 1000, 1010, 1020 but none of 
    +2000, 2010, 2020?
    : 293
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-04-18 01:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found