b3ta.com board
You are not logged in. Login or Signup
Home » Messageboard » Message 1209905 (Thread)

# Is this where
I wish I'd gotten around to setting up my direct debit? I've got to go donate by hand now :-/

BTW, re: that code timing thing earlier? Perl may be slow, but it sure is neat...
$s=time;while($x<4E8){$x++;}die(time-$s);

Edit: 598 Seconds on my box if anyone cares

(, Fri 16 May 2003, 13:01, archived)
# whoopsie!
Maybe you want pre tags on that?
edit - ah, you fixed it
(, Fri 16 May 2003, 13:03, archived)
# perl rocks!
i haven't used it for ages though so i've forgotten it all
(, Fri 16 May 2003, 13:06, archived)
# thing is though,
at 41 characters it feels a little bloated... I can get it down to 39 characters with

$s=time;for(0..4E8){$x++;}die(time-$s);

Can anyone do it shorter?
(, Fri 16 May 2003, 13:09, archived)
# probably, but not me
i just used it to mangle a load of text in to web pages, nothing fancy like
(, Fri 16 May 2003, 13:17, archived)