$ 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. #### $ perl -d:DProf -e 'require "/opt/perl/lib/site_perl/5.8.8/Text/CSV.pm"' #### This is perl, v5.8.8 built for alpha-dec_osf-thread-multi $Devel::DProf::VERSION = '20050603.00' $Text::CSV::VERSION = '1.10';