~s perl can't handle long long (quad) integers This is a bug report for perl from grossman@..., generated with the help of perlbug 1.17 running under...
Rolf Grossmann
grossman@...
Sep 1, 1997 8:00 am
7149
Chip Salzenberg
chip@...
Sep 1, 1997 3:26 am
7150
Chip Salzenberg
chip@...
Sep 1, 1997 3:31 am
7151
This is a bug report for perl from jdiazdb@..., generated with the help of perlbug 1.12 running under perl 5.002. [Please enter your report here] I'm...
root
root@...
Sep 1, 1997 2:18 am
7152
Hmmm . . . I may be totally misunderstanding what you mean, but what would that make: $foo->blarg->baz->bar->meth() ? I depend on that meaning: ...
Geoffrey Broadwell
habusan2@...
Sep 1, 1997 2:13 am
7153
HERITAGE IN PERIL http://www.fwtunesco.org/clac ACKNOWLEDGMENT The ex slaugheter house of Padua was recognized "TREASURE OF THE WORLD" by the WFUCA-UNESCO...
FREE CULTURE
help@...
Sep 1, 1997 12:02 pm
7154
/////////////////////////////////////////////////////////////////////////////// This Message was Composed using Extractor Pro Bulk E- Mail Software. If you...
rewards@...
Sep 1, 1997 6:32 am
7155
... Weird... has worked for me in plain C code. Either way, its working just fine now with your workaround, thanks heaps ... -- ... Jason Lingohr...
Jason Lingohr
lingman@...
Sep 1, 1997 9:50 pm
7156
I've been looking at Term::Complete for a project I'm working on. Whilst it does what I need in principal, it falls short in some areas. Rather than providing...
Andy Wardley
abw@...
Sep 1, 1997 5:01 pm
7157
... I'd happily accept a patch to perlstyle.pod, which currently says: o Use the new "and" and "or" operators to avoid having to parenthesize list operators...
Tim Bunce
Tim.Bunce@...
Sep 1, 1997 7:14 pm
7158
... No, it's a brand new port of 5.004. ... Yes, and I hope my patches can be integrated into the official distribution. ... Well, I'd like to make some more...
Molnar Laszlo
molnarl@...
Sep 1, 1997 9:41 pm
7159
Tom Christiansen <tchrist@...> wrote ... I would suggest extending the "used only once" check from $@% to $@%&. Mike Guy...
M.J.T. Guy
mjtg@...
Sep 1, 1997 9:01 pm
7160
Hugo van der Sanden <hv@...> wrote ... Also % perl -we 'print "ok\n" if ""' Useless use of a constant in void context at -e line 1. % perl...
M.J.T. Guy
mjtg@...
Sep 1, 1997 8:47 pm
7161
The PostScript slides of my San Jose talk are now available on my (hastily and long-overdue rewritten and updated) web page ...
Malcolm Beattie
mbeattie@...
Sep 1, 1997 9:06 pm
7162
Philippe SCHACK <phschack@...> wrote ... This doesn't fail for me. (Of course, that fragment has to be run in a context where $LongCle, $cle and $car...
M.J.T. Guy
mjtg@...
Sep 1, 1997 8:55 pm
7163
I didn't see the cc to p5p and hit "r" instead of "g" to reply. Here's the reply sent as a separate mail to p5p. ... Single inheritance is OK, provided you do...
Malcolm Beattie
mbeattie@...
Sep 1, 1997 9:02 pm
7164
... Thanks. I'll do my best. ... You can have problems with this if you use bash as your shell. Use 'command.com /c dir' instead. ... Most of the modules...
Molnar Laszlo
molnarl@...
Sep 1, 1997 10:06 pm
7165
I'm looking at changing the lexer/parser in order to allow syntax for specifying sub attributes such as sync, const and maybe method, idempotent/once, inline...
Malcolm Beattie
mbeattie@...
Sep 1, 1997 9:36 pm
7166
... Does ISA.pm also require the superclass? I.e., can: require SuperClass; @ISA=qw(SuperClass); can be replaced by: use ISA qw(SuperClass); IMHO "use ISA" is...
Gisle Aas
aas@...
Sep 2, 1997 12:04 am
7167
... I can't tell whether that's a munge() function with a sync property or whether it's a a sync() function with a munge property. --tom...
Tom Christiansen
tchrist@...
Sep 1, 1997 4:38 pm
7168
... come across the class which derives from both of them, the %FIELDS of ... Am I missing something or would it be possible to use a set of different arrays...
Tuomas J. Lukka
tjl@...
Sep 1, 1997 10:38 pm
7169
Could you explain what it means for a sub to be sync'd? --tom...
Tom Christiansen
tchrist@...
Sep 1, 1997 4:40 pm
7170
... Oh, how 'bout "sunk"? ;-) -tom...
Tom Christiansen
tchrist@...
Sep 1, 1997 4:37 pm
7171
... It means munge() is synchronised. Having the attributes before the subname (which was another of the options in a previous message to which noone followed...
Malcolm Beattie
mbeattie@...
Sep 2, 1997 12:29 am
7172
... Malcolm & others, I snatched a copy of the Postscript presentation and generated a PDF version as well. It's available at: ...
Jeremy D. Zawodny
jzawodn@...
Sep 1, 1997 7:30 pm
7173
... I'd appreciate a patch for the xsubpp docs to clarify that. Tim....
Tim Bunce
Tim.Bunce@...
Sep 1, 1997 9:06 pm
7174
In article <3.0.3.32.19970831004827.00984100@...>, ... What about sdoc <URL:http://members.ping.at/risc/sdoc.html> ? (well, it's written in...
Fabien Tassin
tassin@...
Sep 2, 1997 12:28 am
7175
SPECIAL SPECIAL SPECIAL A BULK-EMAILERS DREAM If you want to drastically increase your orders, or if you were thinking about getting in on the vast market on...
sales@...
Sep 1, 1997 6:53 pm
7176
... This probably isn't a terribly good suggestion but how about allowing literal strings? sub munge 'sync' { .... } Then you could make "sub <name>" quote...
Peter Haworth
pmh@...
Sep 2, 1997 1:54 am
7177
An attempt to split a null string yields an empty array, rather than a one element array containing a null string. For example. @array = split(/not_here/,...