On Tue, Mar 18, 2014 at 11:32 PM, John W. Krahn wrote:
> Shaji Kalidasan wrote:
>
> or stat() or lstat()
I don't remember seeing that reusing i?stat would not duplicate the
stat call...?
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@p
Shaji Kalidasan wrote:
You can use more than one file test on the same file to create a
complex logical condition.
Suppose you only want to operate on files that are both readable and
writable; you check each attribute and combine them with and:
if (-r $file and -w $file) {
...
}
Each time
Hi Yosef,
On Tue, 18 Mar 2014 13:54:18 +0200
Yosef Levy wrote:
> Hello All,
>
> Paul said:
> ---
> Depending on the distribution you are using you might have a tool to
> automate the process of recursively installing dependencies.
>
> I have the following problem:
> ---
We have been using cpanm for the automate installation.
https://raw.github.com/miyagawa/cpanminus/master/cpanm
We are looking for openstack and python developers.
Please check: http://www.nsbeta.info/jobs
Tue, 18 Mar 2014 13:54:18 +0200 from Yosef Levy :
>Hello All,
>
>Paul said:
>
Hi Rob,
On Tue, 18 Mar 2014 22:15:06 +1100
wrote:
>
> From: Yosef Levy
>
> > I can't find: List::Util 1.31 in CPAN distribute.
>
> That's right - there is no distribution named List::Util.
> Scalar::List::Utils is the name of the distribution that contains the module
> named List::Util.
For
Hello All,
Paul said:
---
Depending on the distribution you are using you might have a tool to
automate the process of recursively installing dependencies.
I have the following problem:
---
I am using CPAN utility from ActivePerl.
Pl
From: Yosef Levy
I can't find: List::Util 1.31 in CPAN distribute.
That's right - there is no distribution named List::Util.
Scalar::List::Utils is the name of the distribution that contains the module
named List::Util.
Install Scalar::List::Utils and you'll be right :-)
(In general, if y
On Tue, Mar 18, 2014 at 12:30:12PM +0200, Yosef Levy wrote:
> hello All,
>
> Trying install List-AllUtils-0.07.
> Need dependencies:
>
>
> C:\yosef\cpan\List-AllUtils-0.07>perl Makefile.PL
> Set up gcc environment - gcc.exe (rubenvb-4.5.4) 4.5.4
> Checking if your kit is complete...
> Looks good
On 03/18/2014 12:39 PM, Anant kumar wrote:
> Dear Lars Nooden,
>
>I am finding difficulty in
> installing the Program. Can you please take a look and advice me the
> solution.
>
>
>
> Sincerely yours,
> Anant Kumar
> B.Tech; Biotechnology
>From the error
hello All,
Trying install List-AllUtils-0.07.
Need dependencies:
C:\yosef\cpan\List-AllUtils-0.07>perl Makefile.PL
Set up gcc environment - gcc.exe (rubenvb-4.5.4) 4.5.4
Checking if your kit is complete...
Looks good
Warning: prerequisite List::Util 1.31 not found. We have 1.27.
Warning
10 matches
Mail list logo