Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Regex help

by damian1301 (Curate)
on Jun 15, 2001 at 20:35 UTC ( [id://88839]=note: print w/replies, xml ) Need Help??


in reply to Regex help

Yeah, use substr...:
if(length $input >1100){substr($_,0,1100);} # delete everything after 1100 chars


UPDATE: Too bad everyone beat me to it!

Tiptoeing up to a Perl hacker.
Dave AKA damian

Log In?
Username:
Password:

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

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

    No recent polls found