Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^2: A sub named ∃

by ikegami (Patriarch)
on Nov 30, 2006 at 16:36 UTC ( [id://586993]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    ) {
       print $_->[0], eval "$_->[1]; 1" ? "Success\n" : $@;
    }
    
  2. or download this
    Symbol,  use utf8: Illegal declaration of anonymous subroutine at (eva
    +l 1) line 1.
    Symbol,  no  utf8: Illegal declaration of anonymous subroutine at (eva
    +l 2) line 1.
    Russian, use utf8: Success
    Russian, no  utf8: Illegal declaration of anonymous subroutine at (eva
    +l 4) line 1.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (6)
As of 2024-04-23 13:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found