Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^2: Breaking The Rules II

by tsee (Curate)
on Jul 05, 2007 at 09:55 UTC ( [id://625027]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
      print("Evaluation error.\n"), next if not defined $result;
      print "Result: $result\n";
    }
    
  2. or download this
    > 3*4.2e3+5^(3.1+2)
    Entered: (3 * 4.2e3) + (5 ^ (3.1 + 2))
    ...
    > a*b+c
    Entered: (a * b) + c
    Evaluation error.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (5)
As of 2024-04-25 17:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found