RE: convert string from lowercase to uppercase

2005-12-12 Thread Buehler, Bob
Also: $name =~ tr/a-z/A-Z/; (the string is in $name variable) -Original Message- From: John Doe [mailto:[EMAIL PROTECTED] Sent: Monday, December 12, 2005 3:02 PM To: beginners@perl.org Subject: Re: convert string from lowercase to uppercase Jenny Chen am Montag, 12. Dezember 2005

Help with syntax local (*in);

2005-12-02 Thread Buehler, Bob
local(*in); Does this indicate that you want to make all variables that begin with $in private? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http://learn.perl.org/first-response