skirmisha | let me try can i use foreach instead of for? |
JasonKing | Yes, they're synonymous. |
skirmisha | ok let me try |
Daveman | Gumbybrain: we do? |
GumbyBRAIN | you're not doing a lot of stuff we do. |
action | JasonKing enjoys the 3 minutes of extra life he has available by not typing in those four extra characters each time |
JasonKing | enjoys the 3 minutes of extra life he has available by not typing in those four extra characters each time |
Daveman | o.O JasonKing: GumbyBRAIN it! |
action | JasonKing doesn't know what that retard is |
JasonKing | doesn't know what that retard is |
f00li5h | Daveman! |
skirmisha | JasonKing: it's working thanks a lot |
JasonKing | skirmisha, np. |
illsci | mandingo: i have one but its not in perl... its in python i wrote it using pexpect... |
xand | GumbyBRAIN is Daveman's alter ego |
GumbyBRAIN | point. I shall endeavor in the form elements. Is it ego? Hey, my modules is used in the first place. |
Daveman | Gumbybrain: It is I, Daveman! |
GumbyBRAIN | Tell daveman i said aol would ruin the drum. Recommending against running them through a list and include any relevant ones. If nobody answers then we don't have any meetings till afternoon. |
Daveman | :o good. |
illsci | hmmm |
f00li5h | Daveman: long lunch ahoy! |
crunge | GumbyBRAIN: kcbanner |
GumbyBRAIN | Poor kcbanner is going down. |
f00li5h | oh, my GumbyBRAIN: will i ever find happiness? |
GumbyBRAIN | have you ever find that i really want an opinion on it? |
f00li5h | things are looking up |
illsci | I am iterating through and calling a function on interation and interation + 1 whats a good way to have it stop on the last iteration so it doesnt fail when it runs function(interation +1) |
Daveman | heh hold up europe :p |
f00li5h | illsci: last if (second_to_last); |
JasonKing | for(0..$#{whatever_it_was) - 1) |
anno_ | check the next iteration for defined-ness |
Daveman | ~_~ |
f00li5h | anno_: and if it's not defined, use last! |
illsci | hmm.. http://www.pastebin.ca/386178 thats what it looks like |