RE: trying to create first simple perl 'filter' program on windows

2011-03-04 Thread Brian Raven
From: perl-win32-users-boun...@listserv.activestate.com [mailto:perl-win32-users-boun...@listserv.activestate.com] On Behalf Of Glenn Linderman Sent: 04 March 2011 00:18 To: perl-win32-users@listserv.ActiveState.com Subject: Re: trying to create first simple perl 'filter' program on windows

trying to create first simple perl 'filter' program on windows

2011-03-03 Thread Greg Aiken
im wanting to write a simple perl 'filter' program in windows. I basically took the base code found here. http://www.techrepublic.com/blog/programming-and-development/simple-filters- in-perl-ruby-and-bourne-shell/3481 the sample here is simple, convert upper case single byte ascii chars

Re: trying to create first simple perl 'filter' program on windows

2011-03-03 Thread Glenn Linderman
On 3/3/2011 4:07 PM, Greg Aiken wrote: im wanting to write a simple perl 'filter' program in windows. I basically took the base code found here... http://www.techrepublic.com/blog/programming-and-development/simple-filters-in-perl-ruby-and-bourne-shell/3481 the sample here is simple, convert