Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^3: warnings pragma anomaly

by BrowserUk (Patriarch)
on Oct 19, 2015 at 21:59 UTC ( [id://1145357]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    C:\test>perl -Mstrict -w
    package x;
    ...
    42;
    ^Z
    Useless use of a constant in void context at - line 5.
    
  2. or download this
    C:\test>perl -Mstrict -w
    package x;
    ...
    return 42;
    ^Z
    Can't return outside a subroutine at - line 3.
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1145357]
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 07:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found