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
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,
>
> #
> 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[
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
2
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
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
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
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
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
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
10 matches
Mail list logo