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

Re: Re: perl -x to test while developing (riddles)

by bsb (Priest)
on Apr 29, 2003 at 06:06 UTC ( [id://253909]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -mstrict=vars -le 'print $x**$y;'
    Global symbol "$x" requires explicit package...
    
  2. or download this
    $ perl -x
    #!perl -wl -Mstrict -MB -MCGI
    Argument "MCGI" isn't numeric in subtraction (-).
    Argument "-MB" isn't numeric in subtraction (-).
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (2)
As of 2024-04-19 21:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found