Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: I broke my system with cpan

by Khen1950fx (Canon)
on Jul 06, 2013 at 21:53 UTC ( [id://1042948]=note: print w/replies, xml ) Need Help??


in reply to I broke my system with cpan

Try debugging with this:
#!/usr/bin/perl BEGIN { sub DEBUG { use strict; use warnings; $ENV{'PERLDOCDEBUG'} = 1; } eval { &DEBUG; if ($@) { die "WHAT? Couldn't eval..."; } }; } use strict; use warnings; use Pod::Perldoc; Pod::Perldoc->run();

Note: run as
perl thisscript.pl perldoc

Replies are listed 'Best First'.
Re^2: I broke my system with cpan (don't debug definitive error messages)
by Anonymous Monk on Jul 06, 2013 at 23:04 UTC

Log In?
Username:
Password:

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

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

    No recent polls found