Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^3: Problem when - use strict and -w

by toolic (Bishop)
on Jul 14, 2009 at 21:30 UTC ( [id://780080]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Problem when - use strict and -w
in thread Problem when - use strict and -w

As an aside, you could reduce the amount of typing by using qq in your print:
print "Olah:\t", $number++, qq(\t$row->[2] "$row->[5]"\t"$row->[3]$row->[0]" $row->[4]\n);

I'm not sure if it's any prettier, but it is easier to type than all those commas and quotes and back-whacked quotes.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-04-24 12:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found