rhino has asked for the wisdom of the Perl Monks concerning the following question:
Funny thing is that its just fine with a "require":$ perl -d:DProf -e 'use Text::CSV' Can't call method "0" without a package or object reference at -e line + 1. Compilation failed in require at -e line 1. BEGIN failed--compilation aborted at -e line 1.
Anybody got any ideas why this might be failing? Normally I'd just start up the debugger to see where its failing, but I'm not where to start in this case. Here are my versions:$ perl -d:DProf -e 'require "/opt/perl/lib/site_perl/5.8.8/Text/CSV.pm +"'
Thanks for the help!This is perl, v5.8.8 built for alpha-dec_osf-thread-multi $Devel::DProf::VERSION = '20050603.00' $Text::CSV::VERSION = '1.10';
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Can't run Devel::DProf on Text::CSV
by BrowserUk (Patriarch) on Jul 15, 2011 at 00:52 UTC | |
|
Re: Can't run Devel::DProf on Text::CSV
by Tux (Canon) on Jul 15, 2011 at 07:12 UTC | |
|
Re: Can't run Devel::DProf on Text::CSV
by Anonymous Monk on Jul 15, 2011 at 00:33 UTC | |
by Anonymous Monk on Jul 15, 2011 at 00:34 UTC |