Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^3: Devel::Peek Dump() not printing out

by haukex (Archbishop)
on Feb 20, 2017 at 17:24 UTC ( [id://1182361]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -wMstrict 2>/dev/null
    use Devel::Peek;
    use Capture::Tiny qw/capture_stderr/;
    my $dump = capture_stderr { Dump "foo" };
    print $dump;
    

Log In?
Username:
Password:

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

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

    No recent polls found