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

Re: print +split

by chas (Priest)
on Mar 13, 2005 at 00:48 UTC ( [id://439036]=note: print w/replies, xml ) Need Help??


in reply to print +split

In print +(split)[2], $,;, the "+" prevents the following parentheses from being interpreted as part of a function call to print; it has no other effect.
chas
(Update: I meant to add some more comments but accidently created instead of previewing; another reply had already appeared.)

Replies are listed 'Best First'.
Re^2: print +split
by drock (Beadle) on Mar 13, 2005 at 01:58 UTC
    ok thanks chas! : )

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (5)
As of 2024-04-19 06:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found