#!/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();
perl thisscript.pl perldoc
In reply to Re: I broke my system with cpan
by Khen1950fx
in thread I broke my system with cpan
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |