I have active perl on my laptop and use my editor to do a syntax check before I push it to the server. The issue I have is that perl is trying to locate some libraries and cannot find them (cause it is Perl and not iwperl). Can I tell perl ot overlook the missing libraries and just check the source ? Tips/Pointers/RTFMs appreciated.me
Did you ever try using TeamSite::XMLnode ? Seeing this error:Can't locate loadable object for module Unicode::Map in @INC (@INC contains: c:/Perl/lib c:/Perl/site/lib .) at c:/Perl/lib/TeamSite/XMLparser.pm line 86Compilation failed in require at c:/Perl/lib/TeamSite/XMLparser.pm line 86.BEGIN failed--compilation aborted at c:/Perl/lib/TeamSite/XMLparser.pm line 86.Compilation failed in require at c:/Perl/lib/TeamSite/XMLnode.pm line 244.BEGIN failed--compilation aborted at c:/Perl/lib/TeamSite/XMLnode.pm line 244.Compilation failed in require at C:\Documents and Settings\Andy Knipp\Desktop\change_tags.ipl line 7.BEGIN failed--compilation aborted at C:\Documents and Settings\Andy Knipp\Desktop\change_tags.ipl line 7.But I did copy the Unicode::Map pm over, I am thinking I need to install it instead via cpan.Fun to do a the hotel tonight.Andy