-Original Message-
From: Chris Knipe
my @array = (1..10);
foreach my $number (@array) {
next if $number == 5;
print $number;
}
I can't reproduce the problem.
Works as expected for me, and outputs:
1234678910
Cheers,
Rob
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.or
-Original Message-
From: R. S.
dmake -f makefile.mk
==
del /f config.h
Can not find D:\perl\win32\config.h.
copy config_H.gc config.h
Number of copied files: 1.
That looks pretty normal to me.
The 'del /f config.h' command is executed to remove any exist
From: Anitha Sreejith Victor
Please suggest with the steps to add number of available perl repositories
in PPM->edit->preferences->repository.
I also tried to add the same , but ended up with 401 Authorization
required.
Which repositories were you trying to add when you got the 401 error ?
I
Hi Marc,
Version 0.034 installed ok for me on Strawberry Perl.
The simple.t test script was unable to unlink a dll it had created and produced
a few warnings in relation to that – but the tests still passed and the module
installed.
(Strawberry Perl ships with Module-Build-Tiny, so in order to
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
From: Yonghua Peng
Do you know why these days cpan.org has been unavailable?
I don't know why, but it has been down (often for lengthy periods) quite a
bit lately.
Thankfully, https://metacpan.org seems to be always available.
Cheers,
Rob
--
To unsubscribe, e-mail: beginners-unsubscr..
-Original Message-
From: SSC_perl
Sent: Wednesday, September 17, 2014 10:37 AM
To: Perl Beginners
Subject: Argument isn't numeric warning in if statement
I just ran across something puzzling. Why are these two statements not
equivalent when it comes to warnings?
if ($item->{'optionpr
From: nicolas
Sent: Thursday, February 19, 2015 10:14 AM
To: beginners@perl.org
Subject: can locate pm
Hello,
I used to work with a perl script that contains (use vt.pm). (vt.pm are
code that complement the script) I remember that I have to copy the vt.pm
file in perl somewhere. Since I am not
-Original Message-
From: Kenneth Wolcott
Sent: Saturday, November 14, 2015 6:11 AM
To: Perl Beginners
Subject: Will Strawberry Perl installation cause any conflicts with
pre-existing Actoive State Perl on W2008 server?
Can I install Strawberry Perl on a W2008 Server without adversely
-Original Message-
From: Kenneth Wolcott
Sent: Wednesday, November 18, 2015 5:23 AM
To: sisyph...@optusnet.com.au
Cc: Perl Beginners
Subject: Re: Will Strawberry Perl installation cause any conflicts with
pre-existing Actoive State Perl on W2008 server?
Apparently Strawberry Perl di
From: Alex Becker
Sent: Thursday, June 09, 2016 4:45 AM
To: beginners@perl.org
Subject: Where to put xs files?
Hi!
Where do I put xs files in a module distribution?
For example, the module Tk::IDElayout contains the following files:
* CaptureRelease.pm
* CaptureRelease.xs
* WmCaptureRelease.c
*
From: Chas. Owens
Sent: Friday, July 07, 2017 12:34 AM
To: hw ; beginners@perl.org
Subject: Re: perl -e 'my $i = 0; $i = defined($i) ? (!!$i) : 0; print "i:
$i\n";'
On Thu, Jul 6, 2017 at 9:38 AM hw wrote:
Chas. Owens wrote:
$i started off as an IV, but gets promoted to a PVIV by being used i
From: David Mertens
Sent: Friday, July 07, 2017 12:07 PM
To: Sisyphus
Cc: Chas. Owens ; hw ; Perl Beginners
Subject: Re: perl -e 'my $i = 0; $i = defined($i) ? (!!$i) : 0; print "i:
$i\n";'
On Thu, Jul 6, 2017 at 9:12 PM, wrote:
I find it a little surprising that use of the '!' operator is all
From: Peter Schmitz
Sent: Thursday, December 07, 2017 9:29 AM
To: beginners@perl.org
Subject: On Windows 7: Strawberry Perl Portable + Glade + GTK ?
I am trying to set up a development environment on Windows 7, to use Perl
and Glade.
This environment needs to reside as a collection of directori
From: Chas. Owens
Sent: Saturday, January 27, 2018 9:04 AM
To: Peng Yu
Cc: Perl Beginners
Subject: Re: What is the substitute for $#?
...
You can find the exact value of DBL_DIG on your system with the following
C code:
...
The POSIX module will also tell you the value of DBL_DIG.
perl -MP
15 matches
Mail list logo