Hi! All: I just upgraded to v1.23.3. Then zmfilter.pl failed to work. After investigation I found the issue is zmfilter.pl cannot locate PHP:Serialization. I did install PHP, but it's in a local directory. I thought by putting the local directory into $PERLLIB and $PERL5LIB should make it visible to zmfilter.pl. However I noticed the first line in zmfilter.pl is:
#!/usr/bin/perl -wT
That -T is the one caused the trouble. Somehow when I specify -T, perl doesnot search $PERLLIB or $PERL5LIB. If I take it out, zmfilter.pl runs smoothly.
For now I have to copy the PHP:Serialization module to a system perl directory.
I am no perl expert. Just wondering, can I take that -T out? What does it do?
Perl Question
-
- Posts: 247
- Joined: Sun Jan 16, 2005 11:26 am
More from google:
http://www.webreference.com/programming/perl/taint/
http://www.webreference.com/programming/perl/taint/