Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^2: printing 20 characters in a line.

by ig (Vicar)
on Nov 14, 2008 at 09:24 UTC ( [id://723597]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $tmp = $str;
    $tmp =~ s/((?:\s*\d+){20})/$1\n/g;
    print OUT "$tmp\n";
    
  2. or download this
    my $tmp = $str;
    $tmp =~ s/\s*((?:\s*\d+){20})/$1\n/g;
    print OUT "$tmp\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (4)
As of 2024-04-25 13:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found