Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Getting back $object from eval(Dumper($object))

by tphyahoo (Vicar)
on Jul 27, 2005 at 08:45 UTC ( [id://478513]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    isa_ok($foo_dumped_evaled,'Foo'); #fails
    
    print Dumper($foo);
    
  2. or download this
    not ok 1 - The object isa Foo
    #     Failed test (dumperIntro.pl at line 14)
    ...
                   }, 'Foo' );
    1..3
    # Looks like you failed 2 tests of 3.
    

Log In?
Username:
Password:

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

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

    No recent polls found