in reply to big integers forcing me to be a C programmer: "range iterator outside integer range"

This works, and IMHO is reasonably readable:
my $x = 2**1024; for( map {$x+$_} 0..2){ print qq|$_\n|; }

     ..to maintain is to slowly feel your soul, sanity and sentience ebb away as you become one with the Evil.

  • Comment on Re: big integers forcing me to be a C programmer: "range iterator outside integer range"
  • Download Code