Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
When I run the same executable on my computer it works fine. I verified that the packages it is complaining aboout exist. Attached is a small test program that generated the above error. Any ideas? Thanks, TomCan't locate File/Basename.pm in @INC (@INC contains: C:\DOCUME~1\tconti\LOCALS~ 1\Temp\2\XMLTest\{C1521678-58D3-4255-8522-22E56B852F4F}\ .) at XML/Simple.pm lin e 157.
use XML::Simple; use Data::Dumper; $parser = new XML::Simple; $configHash = $parser->XMLin('d:\test.xml', searchpath => '.', +forcearray => ['valueType']); print Dumper($configHash);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: PerlApp Question
by tachyon (Chancellor) on Apr 04, 2002 at 01:23 UTC | |
|
Re: PerlApp Question
by trs80 (Priest) on Apr 03, 2002 at 22:15 UTC | |
|
Re: PerlApp Question
by Marza (Vicar) on Apr 03, 2002 at 23:34 UTC |