Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
this gives me synthax error 2 tokens uc( Can someone be nice enough to come up with a useful hint ?$name = "world"; $name = uc($name); print $name;
edited: Thu Sep 26 03:04:39 2002 by jeffa - code tags
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: uc and lc function
by Abstraction (Friar) on Sep 26, 2002 at 02:55 UTC | |
Re: uc and lc function
by hiseldl (Priest) on Sep 26, 2002 at 02:55 UTC | |
Re: uc and lc function
by Flexx (Pilgrim) on Sep 26, 2002 at 17:44 UTC | |
Re: uc and lc function
by dda (Friar) on Sep 26, 2002 at 06:52 UTC | |
by Anonymous Monk on Sep 26, 2002 at 11:52 UTC | |
by dda (Friar) on Sep 26, 2002 at 12:44 UTC |