[25193] in Perl-Users-Digest
Perl-Users Digest, Issue: 7441 Volume: 10
daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Tue Nov 23 21:05:44 2004
Date: Tue, 23 Nov 2004 18:05:06 -0800 (PST)
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, 23 Nov 2004 Volume: 10 Number: 7441
Today's topics:
ANNOUNCE: Zoidberg 0.91 <j.g.karssenberg@student.utwente.nl>
Can't stat e:: Unknown file or directory - why? <mark-news@PLEASE.NOSPAM.gags-r-us.org>
Re: cookie failes <nospam@nospam.com>
Re: cookie failes <spamtrap@dot-app.org>
Re: cookie failes <nospam@nospam.com>
Re: cookie failes <uri@stemsystems.com>
Re: cookie failes <spamtrap@dot-app.org>
Re: cookie failes <tadmc@augustmail.com>
Re: cookie failes <matthew.garrish@sympatico.ca>
Re: cookie failes <bigiain@mightymedia.com.au>
Re: cookie failes <nospam@nospam.com>
FAQ 9.21: How do I use MIME to make an attachment to a <comdog@panix.com>
How to "unread" STDIN? <karlUNDERSCOREkramsch@yahooPERIODcom.invalid>
how to define a variable to hold a multiline text input (dale zhang)
Re: how to define a variable to hold a multiline text i <emschwar@fc.hp.com>
Re: How to print like debuggers `x $HASH` <nospam-abuse@ilyaz.org>
Re: Managing PERL5LIB with multiple perl installation <usenet@morrow.me.uk>
OT expr(1) regexen <usenet@morrow.me.uk>
Re: OT irregardless (was Re: Problem with Hashes) <ebohlman@omsdev.com>
Re: OT irregardless (was Re: Problem with Hashes) <sbryce@scottbryce.com>
Re: OT irregardless (was Re: Problem with Hashes) <usenet@morrow.me.uk>
QT Designer, puic, and kLed <dad@linux.ban>
Re: redirect question <nospam@nospam.com>
Testing RPC::XML goes awry -- Newbie alert <zapata@hotmail.com>
Digest Administrivia (Last modified: 6 Apr 01) (Perl-Users-Digest Admin)
----------------------------------------------------------------------
Date: Mon, 22 Nov 2004 18:54:34 GMT
From: Jaap Karssenberg <j.g.karssenberg@student.utwente.nl>
Subject: ANNOUNCE: Zoidberg 0.91
Message-Id: <I7nF9H.1nt0@zorch.sf-bay.org>
Uploaded a new version of Zoidberg (0.91) to CPAN today, along with new versions of Term::ReadLine::Zoid (0.07) and Env::PS1 (0.05).
I left some new stuff out in order to get the release done, some of the bugfixes were to long in cvs already. So lots of bugfixes in this release, especially in the quoting behaviour and the redirection parsing. A new feature is the possibility to change the namespace used for perl statements; also the export builtin now uses this perl namespace. An example was added to demonstrate the API to create custom shell applications.
As always it can be found at http://zoidberg.student.utwente.nl
Tested with perl5.6.2 and perl5.8.5, please let me know if you have any problems installing.
--
) ( Jaap Karssenberg || Pardus [Larus] | |0| |
: : http://pardus-larus.student.utwente.nl/~pardus | | |0|
) \ / ( |0|0|0|
",.*'*.," Proud owner of "Perl6 Essentials" 1st edition :) wannabe
------------------------------
Date: Wed, 24 Nov 2004 01:46:32 GMT
From: Abe <mark-news@PLEASE.NOSPAM.gags-r-us.org>
Subject: Can't stat e:: Unknown file or directory - why?
Message-Id: <mqp7q0l1j6he1dlg9nj4vibkvvfhf9crut@4ax.com>
I have a strange Perl problem I don't understand. I've written the
following program to scan different disks on a Windows server to look
for directory files. Works fine until it gets to 'e:' when I get this
warning:
Can't stat e:: Unknown file or directory
(If I don't have the "use warnings" in the code I get no message.)
There are folders and files on e:. I don't understand what the
problem is but I suspect there's some kind of syntax issue.
Here's the code. When I run it with this list of disks:
@disks = ('h:','g:','f:','e:','d:');
I get the "Can't stat:" warning when it gets to e:
If I change the line to this:
@disks = ('h:','g:','f:','e:\\','d:');
it reports the folders on e: properly. I just don't understand why?
use File::Find;
use warnings;
@disks = ('h:','g:','f:','e:','d:');
$rfile = "sharebug.txt";
open (OFILE, ">$rfile") || die "Can't Open $rfile: $!\n";
foreach $disk (@disks)
{
printf ">>>Search disk: %s\n", $disk;
printf OFILE ">>>Search disk: %s\n", $disk;
find (\&wanted, $disk);
}
close (OFILE);
exit;
sub wanted
{
$fname = $_;
if (-d $fname)
{
printf OFILE "$File::Find::name\n";
}
}
** Due to SPAM I no longer receive email responses to
** newsgroup postings, so don't bother.
------------------------------
Date: Tue, 23 Nov 2004 14:56:21 -0500
From: "daniel kaplan" <nospam@nospam.com>
Subject: Re: cookie failes
Message-Id: <1101239855.148701@nntp.acecape.com>
"Uri Guttman" <uri@stemsystems.com> wrote in message
news:x7653wmnvy.fsf@mail.sysarch.com...
<stuff>
<and anno stuff as well>
as for: "and at his vaunted claim to know c so well"
i know more than enough to get by and recognized, never claimed to be the
master
i find it funny how you all just love to through insults out through the
protection of being semi-anonymous and then get all righteous when it's done
back at you....i would see you all in person in the real world....see what
you are really like...
want to see a train wreck in slow-motion, read your threads where you go at
it...and you do, it's not even just to me....your lack of social skills is
amazing!
people like tad, sinan, etc, who truly have kill-filed me, actually i have
respect for (not that it matters to them) just cause, they don't liek me,
they dont answer me.....unlike what appears to be other 5 year olds here who
just have nothing better to do than try to start flame wars, throw out
insults, then "protest when it;s done back"
but in general, i have found most people here to be decent fella's/and
gals...they'll answer, tell me where it's not a subject for here and move
on....
for the few remaing ones of you may i suggest htat when your steel wool
tampoon rusts, you change it for a new one...you might be more pleasant....
ba-bye....and done with this thread...wont open posts more in it...but as
always, feel free to insult me in person at
T A B L E C L O C K at A O L dot COM
------------------------------
Date: Tue, 23 Nov 2004 15:18:01 -0500
From: Sherm Pendley <spamtrap@dot-app.org>
Subject: Re: cookie failes
Message-Id: <41A39AF9.1020906@dot-app.org>
daniel kaplan wrote:
> but in general, i have found most people here to be decent fella's/and
> gals...they'll answer, tell me where it's not a subject for here and move
> on....
And to show your gratitude to us, you insult our friends, piss on the
carpet, and then have the utter gall to take offense when more civilized
people point out that your behavior is unacceptable. A five year old has
better manners than you.
Sorry, this is one "decent fella" who's had enough. You'll get no more
answers from me.
sherm--
--
Cocoa programming in Perl: http://camelbones.sourceforge.net
Hire me! My resume: http://www.dot-app.org
------------------------------
Date: Tue, 23 Nov 2004 15:56:44 -0500
From: "daniel kaplan" <nospam@nospam.com>
Subject: Re: cookie failes
Message-Id: <1101243478.853942@nntp.acecape.com>
"Sherm Pendley" <spamtrap@dot-app.org> wrote in message
news:41A39AF9.1020906@dot-app.org...
good one sherm.....make sure i see your msg by emailing me...not sure if
this your real email addres or not, but i WILL reply...and have to
post.....and i have kill filed you, so if you want to reply back, you'll
have to email me back for me to get it....hopefully you actually had the
spine to email me with a real email address...
i insult back, when insulted....
if you want to say "making obviosu remarks about my abilities" is not an
insult, well, you're hiding behind softspeak....you don't know what i have
done, have accomplished, etc, therefore nothign is obvious....i could be a 6
foot 2 giant you would cower at meeting, or a paraplegic who you would feel
terible for all the insults......you don't know who i am and vice-versa.....
i have never ONCE insulted anyone unless i have gotten some sort of
dengrating remark...by all means stop answering my posts....that is a adult
thing to do....
but the moment you go and insult me, i strike back...just as hard as i want
to
and for the record, insulting people via newsgroups, when you don't know
them is in my opinion the most cowardly act of all
i said it before, and will say it again....i have heard of all the "good
people" who have left groups likes these because of the noise factors...stop
blaming JUST the newbies...the least common denominator in every f*cked up
realationship you have ever had is you! so stop the insults, stop the
noise, killfile those you hate, and this newsgroup will lose LESS of the
"good people"....
on a serious note i would really like to know, why are usenet groups so much
different here than the public ones like microsoft....i just don't get it
how things like this escaalte to such drastic proportions here, and over
there, the biggest problem we have is spam....i really wish someone new the
difference, because truth is, and it's not just about me, everyone benefits
from places like this....would like to live in both worlds
------------------------------
Date: Tue, 23 Nov 2004 21:19:39 GMT
From: Uri Guttman <uri@stemsystems.com>
Subject: Re: cookie failes
Message-Id: <x7d5y4l0us.fsf@mail.sysarch.com>
>>>>> "dk" == daniel kaplan <nospam@nospam.com> writes:
dk> "Uri Guttman" <uri@stemsystems.com> wrote in message
dk> news:x7653wmnvy.fsf@mail.sysarch.com...
dk> <stuff>
dk> <and anno stuff as well>
dk> as for: "and at his vaunted claim to know c so well"
dk> i know more than enough to get by and recognized, never claimed to be the
dk> master
dk> i find it funny how you all just love to through insults out
dk> through the protection of being semi-anonymous and then get all
dk> righteous when it's done back at you....i would see you all in
dk> person in the real world....see what you are really like...
semi-anonymous? i post with my real email and i have a very public perl
background.
dk> want to see a train wreck in slow-motion, read your threads where
dk> you go at it...and you do, it's not even just to me....your lack
dk> of social skills is amazing!
and your lack of learning is also amazing. you ask FAQs, you can't
isolate a web problem from the language, you can't see to read docs and
learn from them, etc.
dk> people like tad, sinan, etc, who truly have kill-filed me,
dk> actually i have respect for (not that it matters to them) just
dk> cause, they don't liek me, they dont answer me.....unlike what
dk> appears to be other 5 year olds here who just have nothing better
dk> to do than try to start flame wars, throw out insults, then
dk> "protest when it;s done back"
i just don't use killfiles. i can ignore fine as it is. i just read your
threads for laughs.
dk> but in general, i have found most people here to be decent
dk> fella's/and gals...they'll answer, tell me where it's not a
dk> subject for here and move on....
actually the ones who tend to be very friendly about all questions tend
to be the ones who know the least. :) apologies to those that break that
rule but it is mostly true.
dk> for the few remaing ones of you may i suggest htat when your steel
dk> wool tampoon rusts, you change it for a new one...you might be
dk> more pleasant....
and you might try paying for the free help that you smack around. seems
kinda selfish that you expect expert free help and also in the way that
best suits you. i haven't seen a check from you supporting this
newsgroup yet.
dk> ba-bye....and done with this thread...wont open posts more in it...but as
dk> always, feel free to insult me in person at
you are in person here. i rather describe what i see in a group and try
to educate others than to write you personal email. then only you would
benefit from my perl wit and wisdom.
dk> T A B L E C L O C K at A O L dot COM
oh you mean TABLECLOCK@AOL.COM?
boy, we haven't had to insult aol here in a while. some have *@aol.com
in their killfiles and for good reason. technical irc channels have
aol.com banned for life. get a real isp already.
uri
--
Uri Guttman ------ uri@stemsystems.com -------- http://www.stemsystems.com
--Perl Consulting, Stem Development, Systems Architecture, Design and Coding-
Search or Offer Perl Jobs ---------------------------- http://jobs.perl.org
------------------------------
Date: Tue, 23 Nov 2004 16:41:59 -0500
From: Sherm Pendley <spamtrap@dot-app.org>
Subject: Re: cookie failes
Message-Id: <41A3AEA7.2000409@dot-app.org>
daniel kaplan wrote:
> i insult back, when insulted....
An eye for an eye leaves everyone blind.
> the least common denominator in every f*cked up
> realationship you have ever had is you!
Exactly. The least common denominator in every "insulting" message
you've received here is... you.
sherm--
--
Cocoa programming in Perl: http://camelbones.sourceforge.net
Hire me! My resume: http://www.dot-app.org
------------------------------
Date: Tue, 23 Nov 2004 16:45:53 -0600
From: Tad McClellan <tadmc@augustmail.com>
Subject: Re: cookie failes
Message-Id: <slrncq7fd1.320.tadmc@magna.augustmail.com>
daniel kaplan <nospam@nospam.com> wrote:
> people like tad, sinan, etc, who truly have kill-filed me, actually i have
> respect for (not that it matters to them) just cause, they don't liek me,
> they dont answer me.....
It isn't because I don't like _you_, it is because I don't like
_your behavior_.
Your behavior here reveals an anti-social parasite, sucking time
away from other members of the community.
If you hurt my fellow programmers, then I decline to help you with
your Perl problems.
--
Tad McClellan SGML consulting
tadmc@augustmail.com Perl programming
Fort Worth, Texas
------------------------------
Date: Tue, 23 Nov 2004 19:24:23 -0500
From: "Matt Garrish" <matthew.garrish@sympatico.ca>
Subject: Re: cookie failes
Message-Id: <UwQod.35727$Le1.728984@news20.bellglobal.com>
"daniel kaplan" <nospam@nospam.com> wrote in message
news:1101230035.57901@nntp.acecape.com...
> "Matt Garrish" <matthew.garrish@sympatico.ca> wrote in message
> news:1JHod.28839$Le1.599779@news20.bellglobal.com...
>> No kidding? And someone pays you to program for the Web?
>>
> actually no, am a C'bie....totally new to the Web....so as i said before,
> what are your mother's rates?
>
Wow, I feel so offended. If you're going to insult me put some effort into
it, but again, effort isn't one of your strong points, is it?
Not quite sure why you think the insults you get are unwarranted, though.
You waste (an ever dwindling number of) people's time here posting questions
because you don't know the first thing about what you're doing and then feel
morally indignant for being told you're a lazy arse? Get over yourself
already.
And, like Uri, I don't killfile people no matter how annoying they are. If
you don't like my responses, find another free forum to post your
barely-literate ramblings in.
Matt
------------------------------
Date: Wed, 24 Nov 2004 11:56:17 +1100
From: Iain Chalmers <bigiain@mightymedia.com.au>
Subject: Re: cookie failes
Message-Id: <bigiain-42B107.11561724112004@individual.net>
daniel kaplan wrote:
> but the moment you go and insult me, i strike back...just as hard as i want
> to
>
> and for the record, insulting people via newsgroups, when you don't know
> them is in my opinion the most cowardly act of all
So, as soon as any random on usenet makes an off the cuff remark that
you don't like, you've already decided the most appropriate reaction is
to commit "the most cowardly act of all"?
Nice... That speaks volumes about you...
big (oh, and *plonk*)
--
"I say we take off and nuke the entire site from orbit.
That's the only way to be sure." - Ellen Ripley
------------------------------
Date: Tue, 23 Nov 2004 20:13:03 -0500
From: "daniel kaplan" <nospam@nospam.com>
Subject: Re: cookie failes
Message-Id: <1101258862.362825@nntp.acecape.com>
"Matt Garrish" <matthew.garrish@sympatico.ca> wrote in message
news:UwQod.35727$Le1.728984@news20.bellglobal.com...
> Not quite sure why you think the insults you get are unwarranted, though.
> You waste (an ever dwindling number of) people's time here posting
questions
> because you don't know the first thing about what you're doing and then
feel
> morally indignant for being told you're a lazy arse? Get over yourself
> already.
ok self imposed forum cop....then again, if you really didn't want to waste
people's time here, you could always email me personally as i invited to do
so earlier once this thread got out of control....someone else here decided
to do so, and he and i exchnaged more thoughts on this subject, WITHOUT
wasting everyone else's time...
unless of course this isn't about giving it to me, and it is about you
wanting to show everyone else how right you are...
but if you really do care about NOT wasting people's time and still feel the
need to insult me further, as you said it is warranted....my personal email
address is:
T A B L E C L O C K at A O L dot COM
although i am sure you will be posting more and more and more drivel about
me here, out in the open, not wasting people's time, etc. etc.
come matt, am sure you can find a way to conitnue this HERE, conitnue an
already solved thread for no usefull purpose ever, right?
------------------------------
Date: Tue, 23 Nov 2004 23:03:02 +0000 (UTC)
From: PerlFAQ Server <comdog@panix.com>
Subject: FAQ 9.21: How do I use MIME to make an attachment to a mail message?
Message-Id: <co0fj6$4oi$1@reader1.panix.com>
This message is one of several periodic postings to comp.lang.perl.misc
intended to make it easier for perl programmers to find answers to
common questions. The core of this message represents an excerpt
from the documentation provided with Perl.
--------------------------------------------------------------------
9.21: How do I use MIME to make an attachment to a mail message?
This answer is extracted directly from the MIME::Lite documentation.
Create a multipart message (i.e., one with attachments).
use MIME::Lite;
### Create a new multipart message:
$msg = MIME::Lite->new(
From =>'me@myhost.com',
To =>'you@yourhost.com',
Cc =>'some@other.com, some@more.com',
Subject =>'A message with 2 parts...',
Type =>'multipart/mixed'
);
### Add parts (each "attach" has same arguments as "new"):
$msg->attach(Type =>'TEXT',
Data =>"Here's the GIF file you wanted"
);
$msg->attach(Type =>'image/gif',
Path =>'aaa000123.gif',
Filename =>'logo.gif'
);
$text = $msg->as_string;
MIME::Lite also includes a method for sending these things.
$msg->send;
This defaults to using sendmail but can be customized to use SMTP via
Net::SMTP.
--------------------------------------------------------------------
Documents such as this have been called "Answers to Frequently
Asked Questions" or FAQ for short. They represent an important
part of the Usenet tradition. They serve to reduce the volume of
redundant traffic on a news group by providing quality answers to
questions that keep coming up.
If you are some how irritated by seeing these postings you are free
to ignore them or add the sender to your killfile. If you find
errors or other problems with these postings please send corrections
or comments to the posting email address or to the maintainers as
directed in the perlfaq manual page.
Note that the FAQ text posted by this server may have been modified
from that distributed in the stable Perl release. It may have been
edited to reflect the additions, changes and corrections provided
by respondents, reviewers, and critics to previous postings of
these FAQ. Complete text of these FAQ are available on request.
The perlfaq manual page contains the following copyright notice.
AUTHOR AND COPYRIGHT
Copyright (c) 1997-2002 Tom Christiansen and Nathan
Torkington, and other contributors as noted. All rights
reserved.
This posting is provided in the hope that it will be useful but
does not represent a commitment or contract of any kind on the part
of the contributers, authors or their agents.
------------------------------
Date: Wed, 24 Nov 2004 01:19:39 +0000 (UTC)
From: KKramsch <karlUNDERSCOREkramsch@yahooPERIODcom.invalid>
Subject: How to "unread" STDIN?
Message-Id: <co0njb$79h$1@reader1.panix.com>
Is there any way to "unread" a string back into STDIN?
Thanks!
Karl
--
Sent from a spam-bucket account; I check it once in a blue moon. If
you still want to e-mail me, cut out the extension from my address,
and make the obvious substitutions on what's left.
------------------------------
Date: 23 Nov 2004 14:48:39 -0800
From: zhangd@tycoelectronics.com (dale zhang)
Subject: how to define a variable to hold a multiline text input in perl from html multiline textbox
Message-Id: <60460471.0411231448.34059a5a@posting.google.com>
Hi,
I have a perl script (run when "submit" is clicked) to read all
one-line text box inputs. However it has trouble to read a multiline
textbox (like user question input) to $question. Do I define the
variable wrongly?
Thanks a lot. -Dale
------------------------------
Date: Tue, 23 Nov 2004 15:59:09 -0700
From: Eric Schwartz <emschwar@fc.hp.com>
Subject: Re: how to define a variable to hold a multiline text input in perl from html multiline textbox
Message-Id: <eto653w2mv6.fsf@wilson.emschwar>
zhangd@tycoelectronics.com (dale zhang) writes:
> I have a perl script (run when "submit" is clicked) to read all
> one-line text box inputs. However it has trouble to read a multiline
> textbox (like user question input) to $question. Do I define the
> variable wrongly?
You should just be able to do:
my $multiline = param('multiline');
in your script. You are using CGI.pm (or CGI::Lite, or something like
that), right? If that doesn't do the trick, or you still don't
understand, please read the Posting Guidelines first, and then post a
small (10-20 lines is ideal), *COMPLETE* program that shows the
problem, along with a description of what is supposed to happen, and
what actually happens.
-=Eric
--
Come to think of it, there are already a million monkeys on a million
typewriters, and Usenet is NOTHING like Shakespeare.
-- Blair Houghton.
------------------------------
Date: Tue, 23 Nov 2004 21:14:29 +0000 (UTC)
From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
Subject: Re: How to print like debuggers `x $HASH`
Message-Id: <co097l$1oib$1@agate.berkeley.edu>
[A complimentary Cc of this posting was sent to
Ian Pellew
<ipellew@pipemedia.co.uk>], who wrote in article <30875970.0411221555.76246052@posting.google.com>:
> Hi All;
>
> What is the call to print a HASH like the debugs print of a hash:-
>
> EG:-
> $t_xmlin = eval{XMLin($xml, forcearray=>0, NormaliseSpace=>2)};
>
> DB<2> x $t_xmlin
> 0 HASH(0x22a84a8)
> 'define' => HASH(0x22a840c)
> 'gen_dir' => 'c:/Program Files/Apache Group/Apache2/cgi-bin/Pages/Generated/'
> 'src_dir' => 'c:/Program Files/Apache Group/Apache2/cgi-bin/Pages/'
> Etc.
>
> This a lot easier than the Dumper output.
Sure, it was designed for readability only...
use Dumpvalue;
Hope this helps,
Ilya
P.S. It may be that the debugger itself still uses the obsolete dumpvar.pl...
------------------------------
Date: Mon, 22 Nov 2004 23:06:28 +0000
From: Ben Morrow <usenet@morrow.me.uk>
Subject: Re: Managing PERL5LIB with multiple perl installation
Message-Id: <k08a72-4k5.ln1@osiris.mauzo.dyndns.org>
Quoth $HOME:
> * Big and Blue <No_4@dsl.pipex.com>:
> <SNIP>
> > Write an interlude (for *both* perls if necessary) which sets the
> > relevant PERL5LIB for each before exec'ing the real perl executable (or
> > write modules and prepend a -M.... arg before those passed on before
> > exec'ing). Then use those interludes to free yourself from environmental
> > pollution.
>
> I am not sure what an interlude is. can you please elaborate on it?
A more usual (or perhaps simply more modern?) term would be 'shell
script' or 'batch file', depending on OS.
Ben
--
$.=1;*g=sub{print@_};sub r($$\$){my($w,$x,$y)=@_;for(keys%$x){/main/&&next;*p=$
$x{$_};/(\w)::$/&&(r($w.$1,$x.$_,$y),next);$y eq\$p&&&g("$w$_")}};sub t{for(@_)
{$f&&($_||&g(" "));$f=1;r"","::",$_;$_&&&g(chr(0012))}};t # ben@morrow.me.uk
$J::u::s::t, $a::n::o::t::h::e::r, $P::e::r::l, $h::a::c::k::e::r, $.
------------------------------
Date: Mon, 22 Nov 2004 22:59:35 +0000
From: Ben Morrow <usenet@morrow.me.uk>
Subject: OT expr(1) regexen
Message-Id: <nj7a72-4k5.ln1@osiris.mauzo.dyndns.org>
Quoth aek@netcom.com (aekalman):
> could enlighten me. Since my original posting, I've discovered that
> the shell's expr automatically prepends the '^' character to my
> pattern (aaaaaah!), and that's the root cause of my problem. So it's
> not a regexp problem, but rather, a shell problem. No obvious
> workaround (to me, at least).
Prepend .* to your pattern.
Ben
--
We do not stop playing because we grow old;
we grow old because we stop playing.
ben@morrow.me.uk
------------------------------
Date: 23 Nov 2004 19:58:46 GMT
From: Eric Bohlman <ebohlman@omsdev.com>
Subject: Re: OT irregardless (was Re: Problem with Hashes)
Message-Id: <Xns95AA8F45D7EB5ebohlmanomsdevcom@130.133.1.4>
Scott Bryce <sbryce@scottbryce.com> wrote in news:10puvojbb36ea08
@corp.supernews.com:
> Tad McClellan wrote:
>
>> Sorry... you just hit one of my three "hot buttons" there.[2] :-)
>
> Can you loan me a dollar? If not, I could care less.
"I could care less" represents the use of irony, comparable to "wow, I'm
impressed!" in response to a decidedly unimpressive statement. It doesn't
work when interpreted literally.
------------------------------
Date: Tue, 23 Nov 2004 13:07:27 -0700
From: Scott Bryce <sbryce@scottbryce.com>
Subject: Re: OT irregardless (was Re: Problem with Hashes)
Message-Id: <10q763qdrf8v6c6@corp.supernews.com>
Eric Bohlman wrote:
> "I could care less" represents the use of irony, comparable to "wow, I'm
> impressed!" in response to a decidedly unimpressive statement. It doesn't
> work when interpreted literally.
I know we are WWWAAYYYY off topic here, but...
"I could care less" is the lazy man's way of saying "I couldn't care less."
One who could care less, must care, or there wouldn't be any less he
could care.
------------------------------
Date: Mon, 22 Nov 2004 22:55:18 +0000
From: Ben Morrow <usenet@morrow.me.uk>
Subject: Re: OT irregardless (was Re: Problem with Hashes)
Message-Id: <mb7a72-4k5.ln1@osiris.mauzo.dyndns.org>
Quoth Scott Bryce <sbryce@scottbryce.com>:
> Tad McClellan wrote:
>
> > Sorry... you just hit one of my three "hot buttons" there.[2] :-)
>
> Can you loan me a dollar? If not, I could care less.
'I could care less' is not wrong, it's sarcasm.
And it should be 'could you' not 'can you'... :)
Ben
--
perl -e'print map {/.(.)/s} sort unpack "a2"x26, pack "N"x13,
qw/1632265075 1651865445 1685354798 1696626283 1752131169 1769237618
1801808488 1830841936 1886550130 1914728293 1936225377 1969451372
2047502190/' # ben@morrow.me.uk
------------------------------
Date: Wed, 24 Nov 2004 01:30:20 GMT
From: Dad <dad@linux.ban>
Subject: QT Designer, puic, and kLed
Message-Id: <pan.2004.11.24.01.33.29.835633@linux.ban>
I'm using QT Designer and puic to add a simple gui to a perl script. Two
things are happening that I'm not sure about. First, QT Designer
complains about the xml (.ui) file being the wrong version. I have to
manually change the version in the .ui file from 3.3 to 3.2 for puic to
work. When I run the .pl file I get the error "No method to call for :
Qt::Led(QGroupBox, 'kLed3') at mydialog.pl line 66." Line 66 of the
script is:
kLed3 = Qt::Led(groupBox1, "kLed3");
puic -version gives PerlQt User Interface Compiler v0.70 for Qt version 3.3.1
KDE is 3.3.1, QT Designer is 3.3.1 and all the latest qt rpm's have been
installed from suse/supplementary/KDE. I'm running SuSE 9.1 pro.
Any and all help is greatly appreciated.
------------------------------
Date: Tue, 23 Nov 2004 14:56:44 -0500
From: "daniel kaplan" <nospam@nospam.com>
Subject: Re: redirect question
Message-Id: <1101239877.706943@nntp.acecape.com>
"Paul Lalli" <mritty@gmail.com> wrote in message
news:QoLod.6281$Gw.3815@trndny09...
> Since the choice of language is not relevant to the problem, your
> question does not pertain to the language of choice.
>
> Paul Lalli
>
thanks for pointing that out properly.....
------------------------------
Date: Tue, 23 Nov 2004 14:38:38 -0500
From: "zapata" <zapata@hotmail.com>
Subject: Testing RPC::XML goes awry -- Newbie alert
Message-Id: <co03k0$t1j$1@ngspool-d02.news.aol.com>
I just installed ActivePerl on Windows XP2, downloaded RPC-XML-0.54, and
built and installed using nmake from VC++ 6.0.
The test phase went well until the 40_server.t test, when it blew up as in
the listing below.
Does anybody have any idea?
Håvard
E:\users\Downloads\RPC-XML-0.54>vcvars32
Setting environment for using Microsoft Visual C++ tools.
E:\users\Downloads\RPC-XML-0.54>perl -w t/40_server.t
1..40
# Running under perl version 5.008004 for MSWin32
# Win32::BuildNumber 810
# Current time local: Tue Nov 23 14:28:47 2004
# Current time GMT: Tue Nov 23 19:28:47 2004
# Using Test.pm version 1.25
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
ok 14
ok 15
ok 16
ok 17
ok 18
ok 19
not ok 20
# Failed test 20 in t/40_server.t at line 121
# t/40_server.t line 121 is: ok(ref($res) and $res->is_fault);
Can't use string ("1") as a HASH ref while "strict refs" in use at
t/40_server.t
line 122.
Terminating on signal SIGINT(2)
E:\users\Downloads\RPC-XML-0.54>
------------------------------
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 7441
***************************************