Vladimir Lemberg wrote:
Hi,
Hello,
I have a problem with assigning value to string. I'll be really grateful if
someone will help me.
use strict;
use warnings;
use Cwd;
use Term::ANSIColor qw(:constants);
$Term::ANSIColor::AUTORESET = 1;
code fragment
foreach (@dirs){
chdir $_;
my
perldoc -f glob maybe will help:
On Tue, 7 Jun 2005 14:13:29 -0700
"Vladimir Lemberg" <[EMAIL PROTECTED]> wrote:
> glob ("*.vsn")
--
Whatever you do will be insignificant,but
the important is you do it!
It doesn't matter who you are, it's what
you do that takes you far!
--
To unsubscribe
Sent: Tuesday, June 07, 2005 4:57 PM
Subject: RE: problem with assigning a value
Vladimir Lemberg wrote:
Hi Mark,
Yes, I defined them outside of the while loop but it should not be a
problem because I assigned them after changing directory.
Here some debugging prints:
I have for example 3 directorie
ot;Vladimir Lemberg" <[EMAIL PROTECTED]>
> Cc: "Perl Beginners"
> Sent: Tuesday, June 07, 2005 2:23 PM
> Subject: Re: problem with assigning a value
>
>
>>
>>
>> - Original Message -
>> From: Vladimir Lemberg <[EMAIL PROTECT
07, 2005 2:23 PM
Subject: Re: problem with assigning a value
- Original Message -
From: Vladimir Lemberg <[EMAIL PROTECTED]>
Date: Tuesday, June 7, 2005 5:13 pm
Subject: problem with assigning a value
Hi,
Hello
I have a problem with assigning value to string. I'll be real
- Original Message -
From: Vladimir Lemberg <[EMAIL PROTECTED]>
Date: Tuesday, June 7, 2005 5:13 pm
Subject: problem with assigning a value
> Hi,
Hello
>
> I have a problem with assigning value to string. I'll be really
> grateful if someone will help me.
Hi,
I have a problem with assigning value to string. I'll be really grateful if
someone will help me.
use strict;
use warnings;
use Cwd;
use Term::ANSIColor qw(:constants);
$Term::ANSIColor::AUTORESET = 1;
code fragment
foreach (@dirs){
chdir $_;
my $curdir = cwd();
my $vsn = glob ("*.