[24560] in Perl-Users-Digest
Perl-Users Digest, Issue: 6738 Volume: 10
daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Mon Jun 28 00:05:40 2004
Date: Sun, 27 Jun 2004 21:05:06 -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 Sun, 27 Jun 2004 Volume: 10 Number: 6738
Today's topics:
"Can't locate loadable object for module GMP" - any ide (Jasper)
Homer & Marge having sex with Lisa Simpson <passingthrough@toons-x.com>
Re: Odd quick writing data to a file <matthew.garrish@sympatico.ca>
Digest Administrivia (Last modified: 6 Apr 01) (Perl-Users-Digest Admin)
----------------------------------------------------------------------
Date: 27 Jun 2004 20:21:50 -0700
From: jasper_marzin@yahoo.com (Jasper)
Subject: "Can't locate loadable object for module GMP" - any ideas
Message-Id: <89b27d52.0406271921.7622e2ef@posting.google.com>
Hi there, I installed GNU GMP for windows and placed GMP.pm in the
directories indicated below, any ideas why perl spits this error back
at me ?? Is there something specific I need to do ?
Thanks for any assistance..
Can't locate loadable object for module GMP in @INC (@INC contains:
c:/Perl/lib c:/Perl/s
ite/lib .) at test.pl line 46
Compilation failed in require at test.pl line 46.
BEGIN failed--compilation aborted at test.pl line 46.
------------------------------
Date: Mon, 28 Jun 2004 01:34:59 GMT
From: Orgasm <passingthrough@toons-x.com>
Subject: Homer & Marge having sex with Lisa Simpson
Message-Id: <7BKDc.12932$vO1.88846@nnrp1.uunet.ca>
And a wild bonus: spy on Homer Simpson licking Bart's private parts
There are 500+ of these pics at http://ToonToon.com/ximpsons
Visit next to http://www.Toons-X.Com////simpsons_family/../simpsons_family/ for
extra pics of Marge and Bart moaning in most incredible orgazms.
Floating <ona@toons-x.com> wrote in message
news:S7oRyH50nEQLQQjP2nf5hwVGLEoF3@toons-x.com...
>
> layer of soapy lather before rising woozily to his feet to turn
>
>
> ddx501s
------------------------------
Date: Sun, 27 Jun 2004 22:20:21 -0400
From: "Matt Garrish" <matthew.garrish@sympatico.ca>
Subject: Re: Odd quick writing data to a file
Message-Id: <zfLDc.2667$207.305102@news20.bellglobal.com>
"Robert TV" <ducott@hotmail.com> wrote in message
news:ifqDc.865811$Pk3.398962@pd7tw1no...
> I seem to be experiencing something odd when writing data to a file ... I
> say because I have not had a problem like this before. I have 3 values to
> write to the file ... I want each value on its own line. I use this code
> (not working correctly)
>
> #create the file
> open (FILE,">>datafile.inc") or die "Can't open file: $!";
> close(FILE);
>
I see your problem was a file transfer issue, but I have to ask why you are
opening and closing the file before writing to it? If the file doesn't
exist, it will be created the first time you append to it (i.e., in your
next open). If it does exist, opening and closing it in append mode without
doing anything to it is just a waste of time.
Matt
------------------------------
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 6738
***************************************