Slashdot Mirror


User: jerrysiebe

jerrysiebe's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:Though is some places? on Nevada Governor to Bill Fossett Widow For Search · · Score: 1

    Natrual selection? Or is that the best case scenerio...

  2. Re:Switch statements are syntactic sugar on Perl 5.10, 20 Year Anniversary · · Score: 1

    Put a space between the '2' and the '.' and it will be parseable by perl. '2.' is the same as '2.0', thus what perl is seeing is '2.0 "3"'.