Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^2: Print a string X times?

by targetsmart (Curate)
on Aug 04, 2010 at 07:45 UTC ( [id://852817]=note: print w/replies, xml ) Need Help??


in reply to Re: Print a string X times?
in thread Print a string X times?

in the statement print +('-') x $length , "\n";

the +('-') does some magic which I don't understand, could you please explain that statement..


Vivek
-- 'I' am not the body, 'I' am the 'soul/consciousness', which has no beginning or no end, no attachment or no aversion, nothing to attain or lose.

Replies are listed 'Best First'.
Re^3: Print a string X times?
by pid (Monk) on Aug 04, 2010 at 08:27 UTC

    From perlop: Symbolic Unary Operators:

    "Unary "+" has no effect whatsoever, even on strings. It is useful syntactically for separating a function name from a parenthesized expression that would otherwise be interpreted as the complete list of function arguments."

Re^3: Print a string X times?
by GrandFather (Saint) on Aug 04, 2010 at 09:35 UTC

    Try removing the + and ensure you use strictures (well, warnings anyway) and see what happens.

    True laziness is hard work

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-04-26 07:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found