Re: Check if words are in uppercase?

2011-06-13 Thread Mathieu Hedard
Hi, Sorry, i forgot to write my question clearly. But you well understand my problem :) Well, i try your answer, and it seems matching my request. Thanks you very much. Le 10/06/2011 21:51, Rob Dixon a écrit : On 09/06/2011 08:59, Beware wrote: Hi all, i've a question on my perl script. I

Re: Problem with SDL::Perl

2011-06-13 Thread Sayth Renshaw
On Tue, Jun 14, 2011 at 2:41 AM, Adam Fairbrother wrote: > Hi, > > It's been a week since I asked about this and No one has responded,  Did I > ask incorrectly or in the wrong mailing list? > > Any help that could be provided would be appreciated. > > Thanks, > > #

Re: how to use regexp to match symbols

2011-06-13 Thread Sayth Renshaw
> I have a list of mp3 files in my computer and some of the file names consists > of  a bracket like this "darling I love [you.mp3" > I wish to check them for duplicates using the script below, but theres error > msg like this "Unmatched [ in regex; marked by <-- HERE in m/only one brace > here[

Re: Problem with SDL::Perl

2011-06-13 Thread Adam Fairbrother
Hi, It's been a week since I asked about this and No one has responded, Did I ask incorrectly or in the wrong mailing list? Any help that could be provided would be appreciated. Thanks, #-- Adam Fairbrother Help Desk Technician af

Re: Trouble building File::BSDGlob.pm

2011-06-13 Thread Robi
2 -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Re: how to use regexp to match symbols

2011-06-13 Thread Dr.Ruud
On 2011-06-13 14:05, eventual wrote: I have a list of mp3 files in my computer and some of the file names consists of a bracket like this "darling I love [you.mp3" I wish to check them for duplicates using the script below, but theres error msg like this "Unmatched [ in regex; marked by<-- HE

Re: Trouble building File::BSDGlob.pm

2011-06-13 Thread Robi
Dear Shlomi Fish, Thank you for the answer. I tried to use File::Glob's bsd_glob. I replaced line use File::BSDGlob ':glob'; with use File::Glob ':glob'; @list = bsd_glob('*.[ch]'); Now I receive the following error: Global symbol "@list" requires explicit package name at /big1/robi/ Experime

Re: how to use regexp to match symbols

2011-06-13 Thread John W. Krahn
eventual wrote: Hi, Hello, I have a list of mp3 files in my computer and some of the file names consists of a bracket like this "darling I love [you.mp3" I wish to check them for duplicates using the script below, but theres error msg like this "Unmatched [ in regex; marked by<-- HERE in m/o

Re: how to use regexp to match symbols

2011-06-13 Thread Rob Coops
On Mon, Jun 13, 2011 at 2:05 PM, eventual wrote: > Hi, > I have a list of mp3 files in my computer and some of the file names > consists of a bracket like this "darling I love [you.mp3" > I wish to check them for duplicates using the script below, but theres > error msg like this "Unmatched [ in

how to use regexp to match symbols

2011-06-13 Thread eventual
Hi, I have a list of mp3 files in my computer and some of the file names consists of  a bracket like this "darling I love [you.mp3" I wish to check them for duplicates using the script below, but theres error msg like this "Unmatched [ in regex; marked by <-- HERE in m/only one brace here[ <-- H