- or download this
alias tperl='perl -I/home/myuserid/bin/lib -we'\''use strict; use P;'
tperl
...
my $dmp = Data::Dumper->new([\%Config], [ "Config" ]);
$dmp->Indent(1)->Deepcopy(0)->Sortkeys(1)->Deparse(1)->Purity(1)->Quot
+ekeys(0);
printf "%s\n", $dmp->Dump;'
- or download this
use FindBin qw($Bin); $FindBin::Bin =~ s{/bin/lib/?$}{/bin};
use lib ($FindBin::Bin . "/lib", $ENV{HOME} . "/bin/lib");
- or download this
#!/usr/bin/perl
use warnings; use strict;
...
P "and is %s", _NODEBUG_ ?
"TRUE (devel checks disabled)." :
"FALSE (devel checks enabled)."