Hi Members,
I know cpan.org the main site, and metacpan.org work fine.
But cpanm works with search.cpan.org, as the info you see in my precious
message.
So how to make cpanm work with metacpan.org?
Thanks.
Wed, 21 May 2014 05:41:19 +0400 from Yonghua Peng :
>I probably meant search.cpan.org
I would recommend using http://metacpan.org
And for installing modules, you could try cpanminus:
curl -L http://cpanmin.us | perl - --sudo App::cpanminu
On 5/20/14, 8:22 PM, Yonghua Peng wrote:
Hello,
Do you know why these days cpan.org has been unavailable?
I always got:
503 Service Unav
Hi all,
On Wed, 21 May 2014 11:49:17 +1000
wrote:
>
> 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 availabl
Benjamin:
Please post messages to the list, not individual members.
On May 20, 2014, at 6:51 PM, Benjamin Fernandis wrote:
> Hey Jim,
>
> I tried to use while loop to read file line by line, but facing problem to
> get exact phrase or a way to start reading from predefined partition name and
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..
On May 20, 2014, at 6:41 PM, Yonghua Peng wrote:
> I probably meant search.cpan.org doesn't work.
Try picking a different mirror. These are the ones I am using:
http://httpupdate35.cpanel.net/CPAN/
http://mirrors.gossamer-threads.com/CPAN/
http://cpan.cs.utah.edu/
--
To unsubscribe, e-mail:
Hi peter,
i can see it clearly.
Regards
Ben
On Wed, May 21, 2014 at 11:29 PM, Peter Gordon wrote:
> On Wed, 21 May 2014 11:19:36 +1200, Benjamin Fernandis wrote:
> >Hi,
> >
> >I want to fetch rawuuid from below file for each partition name.
> >
> >
> >I tried to use while loop and all but no l
I probably meant search.cpan.org doesn't work.
$ sudo cpanm Dancer
--> Working on Dancer
Fetching
http://search.cpan.org/CPAN/authors/id/Y/YA/YANICK/Dancer-1.3124.tar.gz ... FAIL
! Download
http://search.cpan.org/CPAN/authors/id/Y/YA/YANICK/Dancer-1.3124.tar.gz failed.
Retrying ...
! Download
Hello,
Do you know why these days cpan.org has been unavailable?
I always got:
503 Service Unavailable No server is available to handle this request.
Thanks.
On May 20, 2014, at 4:19 PM, Benjamin Fernandis wrote:
> Hi,
>
> I want to fetch rawuuid from below file for each partition name.
>
> I tried to use while loop and all but no luck.
>
> example : partition name : ada0p2
> rawuuid: 5899824d-e019-11e3-9cbc-08002731cc9a
> file :
Hi,
I want to fetch rawuuid from below file for each partition name.
I tried to use while loop and all but no luck.
example : partition name : ada0p2
rawuuid: 5899824d-e019-11e3-9cbc-08002731cc9a
file :
Geom name: ada0
modified: false
state: OK
fwheads: 16
fwsectors: 63
last:
On Tue, May 20, 2014 at 01:51:44PM +0400, Yonghua Peng wrote:
> Hi,
>
> I have resolved the problem by adding a PrintError => 0 when creating the
> $dbh object.
>
> my $success = try {
> $dbh = DBI->connect("dbi:mysql:database=$db;host=$host;port=$port",
> $user, $passwd, {RaiseError=>1,P
Hi Chankey,
On Tue, 20 May 2014 15:12:07 +0530
Chankey Pathak wrote:
> The wiki link is not working Shlomi: http://perl.net.au/wiki/Beginners
>
Thanks for reporting it. I was aware of it, but didn't bother to correct it.
I'll get to it soon.
Regards,
Shlomi Fish
>
> On Tue, May 20
Hi,
I have resolved the problem by adding a PrintError => 0 when creating the $dbh
object.
my $success = try {
$dbh = DBI->connect("dbi:mysql:database=$db;host=$host;port=$port", $user,
$passwd, {RaiseError=>1,PrintError=>0} )
or croak $DBI::errstr;
1;
} catch {
_write_log($_);
The wiki link is not working Shlomi: http://perl.net.au/wiki/Beginners
On Tue, May 20, 2014 at 3:06 PM, Shlomi Fish wrote:
> Hi Ken,
>
> sorry for the late response.
>
> On Sat, 17 May 2014 18:40:23 +0800
> Ken Peng wrote:
>
> > Greetings Shlomi,
> >
> > I am happy to see you have wrote a lot
Hi Ken,
sorry for the late response.
On Sat, 17 May 2014 18:40:23 +0800
Ken Peng wrote:
> Greetings Shlomi,
>
> I am happy to see you have wrote a lot of articles for perl beginners.
> Thanks.
>
You're welcome, and I'm glad you like them.
If you're interested in helping, then see http://per
16 matches
Mail list logo