Why do you not want to use a loop? You want to append a string to the
beginning of each element of an array. That's the best excuse for a loop I
can think of. Am I missing something?
foreach(@files){
$_ = $dir_of_files.$_;
}
-----Original Message-----
From: Mandar Rahurkar [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 03, 2002 10:21 AM
Cc: [EMAIL PROTECTED]
Subject: glob
why does this work ?
glob "*d[23456]*_vow*.fea"
while
glob "*d[^1]*_vow*.fea"
How do we negate in glob ?
One more question :
i have a list
@files;
$dir_of_files;
i wanna have a list :
@completepath= $dir_of_files.@files;
However this doesnt work :
can i do this w/o using a loop ;
Thanks
Mandar
On Wed, 3 Apr 2002, Jenda Krynicky wrote:
> From: "Jonathan E. Paton" <[EMAIL PROTECTED]>
> > Fabrizio Morbini <[EMAIL PROTECTED]> wrote:
> > > Hi at all,
> >
> > Opps, I assume you meant "Hi et all", but that is latin for "Hi and
> > all"... implying a name/group between "Hi" and "et"... such as:
> >
> > Hi humamiod lifeforms et all,
>
> I'd thing that may have been a shortcut for something like:
>
> Hi all you beloved perl gurus I wish you a fine and successfull day
> finished off by passionate lovemaking with the person of your
> choice, I wish you that all your programs worked properly since the
> first time you try them, your servers did not crash, your users
> stopped bothering you and at last appreciated your efforts and
> knowledge, and I would like to ask you to invest a few minutes of
> your most precious time to reply to this question of mine that's
> surely too easy for you to bother with ...
>
> You know he just wanted to spare a few bytes since he knows that
> people always start their pleas with similar sentences and that we'll
> all know what he meant by "et all".
>
> Jenda ;-)))
>
> =========== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ==========
> There is a reason for living. There must be. I've seen it somewhere.
> It's just that in the mess on my table ... and in my brain
> I can't find it.
> --- me
>
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------------------
This email may contain confidential and privileged
material for the sole use of the intended recipient.
If you are not the intended recipient, please contact
the sender and delete all copies.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]