[25854] in Perl-Users-Digest
Perl-Users Digest, Issue: 8089 Volume: 10
daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Tue May 17 18:05:34 2005
Date: Tue, 17 May 2005 15:05:05 -0700 (PDT)
From: Perl-Users Digest <Perl-Users-Request@ruby.OCE.ORST.EDU>
To: Perl-Users@ruby.OCE.ORST.EDU (Perl-Users Digest)
Perl-Users Digest Tue, 17 May 2005 Volume: 10 Number: 8089
Today's topics:
Re: No line editing within perl -d on RedHat <vdheuv.losetheMouse@kabelMickeyfoon.nl>
Re: No line editing within perl -d on RedHat <vdheuv.losetheMouse@kabelMickeyfoon.nl>
Permuting using any number of given chars <no@email.com>
shutdown.al reported missing <frederik_BCOL@vanrenterghem.biz>
Digest Administrivia (Last modified: 6 Apr 01) (Perl-Users-Digest Admin)
----------------------------------------------------------------------
Date: Tue, 17 May 2005 20:49:37 +0200
From: "Theo van den Heuvel" <vdheuv.losetheMouse@kabelMickeyfoon.nl>
Subject: Re: No line editing within perl -d on RedHat
Message-Id: <428a3d1f$0$28295$58c7af7e@news.kabelfoon.nl>
"Joe Smith" <joe@inwap.com> schreef in bericht
news:KO2dnbwl7d5XMBTfRVn-3A@comcast.com...
> Theo van den Heuvel wrote:
>
>> Line editing doesn't work when debugging on my RedHat Linux machine.
>> For example, I cannot edit/repeat previous commands.
>
> It works for me.
>
[...]
>
> Make sure all the parts are there.
>
[clipped listing of relevant modules]
>
> -Joe
Thanks Joe,
I noticed some differences (apart from version stuff)
that lead me to reinstall Readline and Term-ReadLine-Perl.
That took care of it. It works.
Thanks,
Theo van den Heuvel
------------------------------
Date: Tue, 17 May 2005 20:51:20 +0200
From: "Theo van den Heuvel" <vdheuv.losetheMouse@kabelMickeyfoon.nl>
Subject: Re: No line editing within perl -d on RedHat
Message-Id: <428a3d1f$1$28295$58c7af7e@news.kabelfoon.nl>
"Joe Smith" <joe@inwap.com> schreef in bericht
news:KO2dnbwl7d5XMBTfRVn-3A@comcast.com...
> Theo van den Heuvel wrote:
>
>> Line editing doesn't work when debugging on my RedHat Linux machine.
>> For example, I cannot edit/repeat previous commands.
>
> It works for me.
>
[...]
>
> Make sure all the parts are there.
>
[clipped listing of relevant modules]
>
> -Joe
Thanks Joe,
I noticed some differences (apart from version stuff)
that lead me to reinstall Readline and Term-ReadLine-Perl.
That took care of it. It works.
Thanks,
Theo van den Heuvel
------------------------------
Date: Tue, 17 May 2005 21:51:41 +0100
From: Brian Wakem <no@email.com>
Subject: Permuting using any number of given chars
Message-Id: <3ev3qtF548u2U1@individual.net>
I can use Algorithm::Permute to output all permutations of 1 2 3
123
132
312
213
231
321
But what I'm looking for is all possible permutations using any number of
the input chars.
Like this -
1
2
3
12
13
21
23
31
32
123
132
312
213
231
321
I can't think of a way right now and I can't find a module that does it.
Any ideas?
--
Brian Wakem
------------------------------
Date: Tue, 17 May 2005 21:04:25 +0200
From: Frederik Vanrenterghem <frederik_BCOL@vanrenterghem.biz>
Subject: shutdown.al reported missing
Message-Id: <pan.2005.05.17.19.04.22.267633@vanrenterghem.biz>
I ran into a problem with a program gsr.pl on my iPAQ that has a (likely
somewhat broken) perl 5.8.4 from Familiar Linux 0.8.2. It's likely
broken because I've had to manually add a lot of modules, some of
which had to be compiled on the handheld. There things might have
gone somewhat south... Anyway, the error is as follows:
Can't locate
auto/Net/SMTP/Server/Client/shutdown.al in @INC (@INC contains:
/usr/lib/perl5/5.8.4/arm-linux /usr/lib/perl5/5.8.4
/usr/lib/perl5/site_perl/5.8.4/arm-linux /usr/lib/perl5/site_perl/5.8.4
/usr/lib/perl5/site_perl .) at /home/root/GSR_0.8.0/gsr.pl line 456
That section of the script is as follows:
445 sub dienice {
446 my ($txt) = @_;
447
448 if ( $daemon >= 1 ) {
449 syslog('info', $txt);
450 syslog('info',"Aborting");
451 }
452 else {
453 printf("\n$txt\n");
454 printf("Aborting\n\n");
455 }
456 if ($client) {$client->shutdown;}
457 exit 1;
458 }
I can't find much on google about problems like this, so I don't really
know where to go to solve things.
Thx,
--
Frederik Vanrenterghem Sed quis custodiet ipsos custodes?
http://vanrenterghem.biz
GPG Fingerprint:
966B 0E4B 25C1 CC04 E2CB
8D4C 117F 6469 8925 BDE0
------------------------------
Date: 6 Apr 2001 21:33:47 GMT (Last modified)
From: Perl-Users-Request@ruby.oce.orst.edu (Perl-Users-Digest Admin)
Subject: Digest Administrivia (Last modified: 6 Apr 01)
Message-Id: <null>
Administrivia:
#The Perl-Users Digest is a retransmission of the USENET newsgroup
#comp.lang.perl.misc. For subscription or unsubscription requests, send
#the single line:
#
# subscribe perl-users
#or:
# unsubscribe perl-users
#
#to almanac@ruby.oce.orst.edu.
NOTE: due to the current flood of worm email banging on ruby, the smtp
server on ruby has been shut off until further notice.
To submit articles to comp.lang.perl.announce, send your article to
clpa@perl.com.
#To request back copies (available for a week or so), send your request
#to almanac@ruby.oce.orst.edu with the command "send perl-users x.y",
#where x is the volume number and y is the issue number.
#For other requests pertaining to the digest, send mail to
#perl-users-request@ruby.oce.orst.edu. Do not waste your time or mine
#sending perl questions to the -request address, I don't have time to
#answer them even if I did know the answer.
------------------------------
End of Perl-Users Digest V10 Issue 8089
***************************************