Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

TStanley's scratchpad

by TStanley (Canon)
on Jun 01, 2004 at 17:37 UTC ( [id://358303]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ###############################
    # ID # First_Name # Last_Name #
    ###############################
    
  2. or download this
    SELECT (personnel.First_Name,personnel.Last_Name) AS Name
    FROM personnel;
    
  3. or download this
    ERROR 1241 (21000): Operand should contain 1 column(s)
    
  4. or download this
    def shuffle(array)
     a=array.length
    ...
     end
     return array  
    end
    
  5. or download this
    import random
    
    ...
        return ary
    
    print shuffle(list)
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found