Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^3: Pearls (not really) of Perl programming

by ihb (Deacon)
on Nov 26, 2004 at 02:14 UTC ( [id://410492]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ($default_title) = $default_title =~ /(.{0,50})/s;
    $default_title =~ s/(?<=.{50}).*//s;
    
  2. or download this
    substr($default_title, 50, length($default_title), '');
    

Log In?
Username:
Password:

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

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

    No recent polls found