pijush has asked for the wisdom of the Perl Monks concerning the following question:
On HP-UX 11.o I have built my perl with following options
config_args=''hint=recommended, useposix=true, d_sigaction=define usethreads=define use5005threads=define useithreads=undef usemultiplicity=undef useperlio=undef d_sfio=undef uselargefiles=define usesocks=undef use64bitint=undef use64bitall=undef uselongdouble=undef
Now when I trying to start debugging a perl script then it is giving following error
%perl -d test.pl
Default die handler restored.
Loading DB routines from perl5db.pl version 1.07
Editor support available.
Enter h or `h h' for help, or `man perldebug' for more help.
"globally" is not defined in %File::Glob::EXPORT_TAGS at /home/porting/pkoley/project/Testing/Perl/lib/5.6.1/PA-RISC2.0-thread/File/Glob.pm line 23
Can anyone please tell me what I have done wrong?
Thanks in advance.
Regards
-Pijush
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: A query on Perl debugger!!!
by BrowserUk (Patriarch) on Apr 23, 2004 at 05:28 UTC | |
by pijush (Scribe) on Apr 23, 2004 at 05:52 UTC | |
|
Re: A query on Perl debugger!!!
by castaway (Parson) on Apr 23, 2004 at 10:42 UTC |