in reply to uc and lc function

Could you post the exact error message here?

--dda

Replies are listed 'Best First'.
Re: Re: uc and lc function
by Anonymous Monk on Sep 26, 2002 at 11:52 UTC
    syntax error in file cc1.pl at line 9, next 2 tokens "uc(" Execution of cc1.pl aborted due to compilation errors.
      What version of perl do you use (run 'perl -v' to see it).
      Also, how do you run your code (e.g. perl cc1.pl or ./cc1.pl)?

      --dda