Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^2: How to swap rows with columns?

by FunkyMonk (Chancellor)
on Oct 09, 2007 at 22:10 UTC ( [id://643814]=note: print w/replies, xml ) Need Help??


in reply to Re: How to swap rows with columns?
in thread How to swap rows with columns?

For a beginner, do you really think that
my $rows = () = $inp =~/(?<=^)\w/msg;

is non-obfuscated?

I'd rate that as beginner-obfuscated because you use...

  • =()=
  • (?<=^) in your regexp
  • /msg as a regexp modifier
I think these are a bit "in at the deep end" for someone new to Perl.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (5)
As of 2024-03-29 08:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found