Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Interpreter eval counter out of bounds

by andreas1234567 (Vicar)
on Jan 28, 2011 at 13:20 UTC ( [id://884800]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Variable "$self" will not stay shared at (eval 999973501) line 15.
    Variable "$self" will not stay shared at (eval 999975201) line 15.
    Global symbol "$i" requires explicit package name at (eval 999977609) 
    +line 42.
    
  2. or download this
    use strict;
    use warnings;
    ...
    $ uname -a
    Linux desktop 2.6.18-194.8.1.el5 #1 SMP Thu Jul 1 19:04:48 EDT 2010 x8
    +6_64 x86_64 x86_64 GNU/Linux
    
  3. or download this
    [INFO] 2011/01/31 10:03:54 count=100000  evalseq=100026
    [INFO] 2011/01/31 10:03:55 count=200000  evalseq=200027
    ...
    [INFO] 2011/01/31 13:45:27 count=1073600000  evalseq=1073610761
    [INFO] 2011/01/31 13:45:28 count=1073700000  evalseq=1073710762
    [ERROR] 2011/01/31 13:45:29 1073733744 Global symbol "$abc" requires e
    +xplicit package name at (eval 1073744507) line 1.
    
  4. or download this
    use strict;
    use warnings;
    ...
    $log->error( "count=$count " .$@ );
    
    __END__
    
  5. or download this
    [INFO] 2011/02/01 13:53:09 count=100000
    [INFO] 2011/02/01 13:55:12 count=100000
    ...
    [INFO] 2011/02/01 20:49:08 count=1073600000
    [INFO] 2011/02/01 20:49:11 count=1073700000
    [ERROR] 2011/02/01 20:49:12 count=1073740465 Global symbol "$abc" requ
    +ires explicit package name at (eval 1073740483) line 1.
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://884800]
Approved by Corion
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found