Live Interactive Video Sex. Wouldn't you like to see a Live Girl on your computer Screen??? Now the girl can see you as well - Featuring Two way video. This...
16453642@...
May 3, 1997 2:18 am
6907
... Java isn't portable until it's "pure Java". You'd have to do something with networking or pipes (like, um, whatsit, that Perl on top of X, Motif, Athena,...
Kenneth Albanowski
kjahds@...
Aug 27, 1997 4:09 am
6908
... Oh, no more than, say, a good bottle of scotch (What was that Glen... stuff you were drinking, Randal?) Mark Pease, Manager...
Mark Pease
pease@...
Aug 27, 1997 3:10 am
6909
... Yes please. I'm sure those of us who weren't there would like to know what happened. Will there be a "Proceedings of the First Annual Perl Conference"? Yes...
jmm@...
Aug 27, 1997 5:38 am
6910
... Macallan 25 to make him truly happy. --tom...
Tom Christiansen
tchrist@...
Aug 27, 1997 4:57 am
6911
Chip Salzenberg
chip@...
Aug 27, 1997 5:29 am
6912
... Larry> : When I tried it, I found that it created grammatical ambiguities Larry> : (shift/reduce errors). Perhaps I didn't do it right. Larry> Think about...
Randal Schwartz
merlyn@...
Aug 27, 1997 2:24 am
6913
... The public location is http://conference.perl.com/talks/wall/keynote.html. Larry...
Larry Wall
larry@...
Aug 27, 1997 4:32 am
6914
... But somehow I don't think that will impress the MCI folks... Larry...
Larry Wall
larry@...
Aug 27, 1997 4:42 am
6915
Ed Peschko
epeschko@...
Aug 27, 1997 5:02 am
6916
... Ah, it's "wafe". "mofe" for the Motif version. ... -- Kenneth Albanowski (kjahds@..., CIS: 70705,126) ..................................... To leave...
Kenneth Albanowski
kjahds@...
Aug 27, 1997 4:15 am
6917
As Chip indicated, TPI changed last Thursday at the Perl conference. Obviously, everyone had noticed the rather deafening silence from the TPI board. We...
Jon Orwant
orwant@...
Aug 27, 1997 8:58 am
6918
On Mon, 25 Aug 1997 20:44:48 -0400 (EDT) Chip Salzenberg <chip@...> wrote: In a separate issue, if the result of recv() is not tainted, then ...
jmm@...
Aug 27, 1997 7:03 am
6919
... It's close but not quite enought. Unfortunately on the debian linix dist at least, smail is the default mailer. Smail does provide an sendmail front- end...
Stephen Zander
srz@...
Aug 27, 1997 7:08 am
6920
Abigail
abigail@...
Aug 27, 1997 10:56 am
6921
This is a bug report for perl from manu@..., generated with the help of perlbug 1.17 running under perl 5.00401. Here is a little server and client: when I...
Emmanuel Courcelle
manu@...
Aug 27, 1997 2:51 pm
6922
... Or if they probably write code like the following: if (Year < EPOCH || Year > 1999 ... /* Lint fluff: "conversion from long may lose accuracy" */ ... ...
Andreas J. Koenig
a.koenig@...
Aug 27, 1997 5:05 pm
6923
The simplistic program below gives a warning with -w: use autouse "Sys::Hostname" => qw(hostname); print hostname, "\n"; gives Subroutine hostname redefined at...
Lionel Cons
Lionel.Cons@...
Aug 27, 1997 5:41 pm
6924
Reply-To: jclutterbuck@... is a bug report for perl from jclutterbuck@...,generated with the help of perlbug 1.17 running under...
Clutterbuck John
john.clutterbuck@...
Aug 27, 1997 5:33 pm
6925
Hi Porters! As I've mentioned in the subject the new msdos/djgpp port is ready. I'd like ask one question, before uploading my patches: Now I use: ...
Molnar Laszlo
molnarl@...
Aug 27, 1997 8:27 pm
6926
Dean Herington <hering@...> wrote ... This bug is mended in Perl 5.004 and later. Thankyou for the bug report. Mike Guy...
M.J.T. Guy
mjtg@...
Aug 27, 1997 7:51 pm
6927
# There appears to be a problem with parsing a print function split # across multiple lines in perl 5.003. The following program # illustrates the bug. Try...
Chris Nandor
pudge@...
Aug 27, 1997 2:49 pm
6928
Dean Herington <hering@...> wrote ... This use of lexicals in nested subs is not supported, because of problems with defining the semantics. (If...
M.J.T. Guy
mjtg@...
Aug 27, 1997 7:57 pm
6929
OK, It is well known that Mail::Mailer has problems (Hm is that an under-statement or what :-) I may have some time in the next few days to work on this and ...
Graham Barr
gbarr@...
Aug 27, 1997 2:39 pm
6930
Maybe something should be added to perlbug that would ask users to double-check that they are using the current version of perl (or, if CPAN.pm is installed,...
Chris Nandor
pudge@...
Aug 27, 1997 2:50 pm
6931
... Speaking of this, I had a peculiar event with regards to these directories. I was rebuilding all my perl extensions so that I would get the man page fixes...
lvirden@...
Aug 27, 1997 4:11 pm
6932
I am working on a patch for Mail::Mailer. While doing this I took a look through the archives to find which OSs were having problems, I found bsdos linux ...
Graham Barr
gbarr@...
Aug 27, 1997 3:51 pm
6933
... Does this sound to anyone else as if MCI wants something that would come in handy during a lawsuit against the company whose name is on the letterhead?...
Tom Phoenix
rootbeer@...
Aug 27, 1997 2:16 pm
6934
... I hope you mean only that perl itself has problems defining the semantics, because there is no problem at all defining the semantics in any of the the ...
Tom Horsley
tom@...
Aug 27, 1997 5:25 pm
6935
Why is this an error: perl -e 'sub B { $_[0]++ } B(1) ' Modification of a read-only value attempted at -e line 1. And this not: perl -e 'sub B { $_[0]++ } for...