Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^3: Confused by a couple of idioms

by rsFalse (Chaplain)
on Feb 22, 2019 at 09:04 UTC ( [id://1230359]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    perl -wle 'print( my $i ** 2 )'
    #Use of uninitialized value $i in exponentiation (**) at -e line 1.
    #0
    
  2. or download this
    perl -wle 'print( my ( $i ** 2 ) )'
    #Can't declare exponentiation (**) in "my" at -e line 1, near ") )
    #"
    #Execution of -e aborted due to compilation errors.
    

Log In?
Username:
Password:

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

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

    No recent polls found