perlraj has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.
  • Comment on Perl command line interpreter stopped working (on windows server))

Replies are listed 'Best First'.
Re: Perl command line interpreter stopped working (on windows server))
by marto (Cardinal) on Oct 05, 2012 at 11:09 UTC

    You're going to have to actually ask a question, should you wish to get a meaningful answer. See How do I post a question effectively?. Show exacrtly what you're doing, and exactly what has "stopped working". Work out what has changed within your code/environment to make the stop working.

Re: Perl command line interpreter stopped working (on windows server))
by choroba (Cardinal) on Oct 05, 2012 at 10:54 UTC
Re: Perl command line interpreter stopped working (on windows server))
by DrHyde (Prior) on Oct 05, 2012 at 11:19 UTC
    Your bug is that 'use Encode;' is not a module. Therefore this is failing:

    use 'use Encode;';