Re: number of spaces in a given sentence using regular expression.

2005-11-23 Thread Chris Devers
On Tue, 22 Nov 2005, Bob Showalter wrote: [EMAIL PROTECTED] wrote: ... please give me the answers of these questions. Chris Devers will be along shortly... :~) Sorry, I was on vacation :-) Please, in the future, direct all such questions to [EMAIL PROTECTED] (You'll probably be

RE: number of spaces in a given sentence using regular expression.

2005-11-22 Thread Timothy Johnson
No. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 22, 2005 2:37 PM To: beginners@perl.org Subject: number of spaces in a given sentence using regular expression. SET A 1. Write a perl script to find the number of spaces

Re: number of spaces in a given sentence using regular expression.

2005-11-22 Thread JupiterHost.Net
[EMAIL PROTECTED] wrote: SET A 1. Write a perl script to find the number of spaces in a given sentence using regular expression. 2. Write a perl script to take name from command line argument and print the inputted name in both lower case and upper case. (use functions) 3

Re: number of spaces in a given sentence using regular expression.

2005-11-22 Thread Bob Showalter
[EMAIL PROTECTED] wrote: ... please give me the answers of these questions. Chris Devers will be along shortly... :~) -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http://learn.perl.org/first-response

Re: number of spaces in a given sentence using regular expression.

2005-11-22 Thread Paul Johnson
On Tue, Nov 22, 2005 at 10:36:49PM +, [EMAIL PROTECTED] wrote: SET A 1. Write a perl script to find the number of spaces in a given sentence using regular expression. please give me the answers of these questions. I only have time to do this one for now. Maybe others