Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^4: Loosing value and my mind on this one, help!!!

by graff (Chancellor)
on Dec 02, 2011 at 22:15 UTC ( [id://941440]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sct ()
    {
     dbget -a $1 -s "show create table $2" | 
      perl -pe 's/^\S+\t//; s/, /,\n/g;s/\( /(\n/;s/\) \)/)\n)/'
    }
    
  2. or download this
     sct  db_user_id  table_name
    
  3. or download this
    sct ()
    {
     dbget -a $1 -s "show create table $2" -w keep | cut -f2
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (3)
As of 2024-04-24 05:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found