Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^2: usage of '+' sign in say statement

by Eily (Monsignor)
on Dec 05, 2017 at 16:49 UTC ( [id://1204975]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use v5.14;
    use warnings;
    use strict;
    ...
    say+array;
    say-array; # warning here
    say scalar array;
    
  2. or download this
    Ambiguous use of -array resolved as -&array() at context.pl line 13.
    Hello World
    Hello World
    -2
    2
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (7)
As of 2024-04-23 14:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found