Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

(MeowChow) Re4: (Golf) Segfault Perl

by MeowChow (Vicar)
on Apr 05, 2002 at 20:06 UTC ( [id://157041]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Re: (Golf) Segfault Perl
in thread (Golf) Segfault Perl

Interesting:
  
. . (root@tiger:~)$ perl -e'$x[2147483645]++' Out of memory! (root@tiger:~)$ perl -e'$x[2147483646]++' Out of memory! (root@tiger:~)$ perl -e'$x[2147483647]++' Segmentation fault (root@tiger:~)$ perl -e'$x[2147483648]++' Modification of non-creatable array value attempted, subscript -214748 +3648 at -e line 1. (root@tiger:~)$ perl -e'$x[2147483649]++' Modification of non-creatable array value attempted, subscript -214748 +3647 at -e line 1. . .
   MeowChow                                   
               s aamecha.s a..a\u$&owag.print

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://157041]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (2)
As of 2024-04-25 22:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found