Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^4: Confession of a hard headed Monk

by choroba (Cardinal)
on May 16, 2017 at 19:05 UTC ( [id://1190401]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Confession of a hard headed Monk
in thread Confession of a hard headed Monk

Which can be shortened to
my $splicer = int(@list / $columns) + (@list % $columns > 0);

($q=q:Sq=~/;[c](.)(.)/;chr(-||-|5+lengthSq)`"S|oS2"`map{chr |+ord }map{substrSq`S_+|`|}3E|-|`7**2-3:)=~y+S|`+$1,++print+eval$q,q,a,

Replies are listed 'Best First'.
Re^5: Confession of a hard headed Monk
by Lady_Aleena (Priest) on May 16, 2017 at 19:24 UTC

    That gets a little long for things like the following:

    int(scalar split(/, /, $string) / $columns_for_string) + (scalar split +(/, /, $string) % $columns_for_string > 0);

    8)</c>

    No matter how hysterical I get, my problems are not time sensitive. So, relax, have a cookie, and a very nice day!
    Lady Aleena

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-18 03:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found