S
stratus
I want to encrypt my perl code.
If I do not use perlcc, it is without any problem and can run well.
However, if I use perlcc to compile, it will generate some messages,like
No definition for sub Term::ANSIColor::BLINK
No definition for sub Term::ANSIColor::BLINK (unable to autoload)
No definition for sub Term::ANSIColor::CONCEALED
No definition for sub Term::ANSIColor::CONCEALED (unable to autoload)
No definition for sub Term::ANSIColor::UNDERLINE (unable to autoload)
No definition for sub Term::ANSIColor::BLACK (unable to autoload)
I have already "use lib....."in the code and run without any problems.
What's wrong ????
Thanks...
If I do not use perlcc, it is without any problem and can run well.
However, if I use perlcc to compile, it will generate some messages,like
No definition for sub Term::ANSIColor::BLINK
No definition for sub Term::ANSIColor::BLINK (unable to autoload)
No definition for sub Term::ANSIColor::CONCEALED
No definition for sub Term::ANSIColor::CONCEALED (unable to autoload)
No definition for sub Term::ANSIColor::UNDERLINE (unable to autoload)
No definition for sub Term::ANSIColor::BLACK (unable to autoload)
I have already "use lib....."in the code and run without any problems.
What's wrong ????
Thanks...