Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Truncate Data from MySQL

by CountZero (Bishop)
on Jul 07, 2009 at 19:35 UTC ( [id://777986]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
            ? ( split /\s+/, $_[0], $_[1] + 1 )[ 0 .. $_[1] - 1 ]
            : join ' ', ( split /\s+/, $_[0], $_[1] + 1 )[ 0 .. $_[1] - 1 
    +];
    }
    
  2. or download this
    one, two, three, four, five, six, seven, eight, nine, ten, 
    one two three four five six seven eight nine ten
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (8)
As of 2024-04-23 19:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found