| Botje | add a , after the first ) |
| LeoNerd | Ahh yup |
| Botje | and you could also so \map (...) *do |
| LeoNerd | my @setup = map { +"fd$_", $pipe_w } ( 1 .. 19 ); That got it |
| Botje | yeah that makes perl think it's a code block, not a hash block |
| LeoNerd | Yeah, which is what I wanted |
| Prof_Vince | GumbyBRAIN: botjism |
| GumbyBRAIN | [an error occurred while processing this directive. |
| Prof_Vince | ahah |
| dazjorz | Apr 21 16:58:23 server postfix/smtpd[1313]: warning: SASL authentication failure: no secret in database stupid sasl |
| garo | should i use "@foo[1...5]" or "@foo[0...4]" to get the first 5 elements of @foo ? |
| LeoNerd | Mmm... test file with 75 tests in it :) Crazycrazy... garo: Depends on $[, but usually it's 0, which means 0 is the first element |
| garo | and 3 or 2 points between 0 and 4 ? |
| thorat | inclusive oh, 2 points |
| Prof_Vince | use Test::More => 10000; ok(1==1) for 1..10000 # lol tests |
| garo | thanks |
| chenrano2002 | BPU MM |
| FuzzyB | wow sweet my irc client actually rendered that correctly |
| t35t0r | we need a unicode to english translator |
| FuzzyB | that's chineese i'm pretty sure |
| Prof_Vince | (unicode monospace fonts)++ |
| f00li5h | (big rows of ??'s)-- |
| t35t0r | i need a program where i can type an english word and it will translate each word for me into a language of my choice in realtime |
| sayed | Take a look at the last print line in the followign perl file. Would 1 3 5 12 9 then be printed? --------_>http://pastebin.ca/451450 |
| buubot | The paste 451450 has been copied to http://erxz.com/pb/2329 |
| t35t0r | and put it into monospace unicode f00li5h, get a better operating system |
| f00li5h | t35t0r: s/operating system/terminal/ |
| spirosd | hello |
| sayed | Anyone? |
| t35t0r | east asian languages work well for texting |
| f00li5h | sayed: did you run it? |
| t35t0r | better than english |
| sayed | f00li5h: Well it doesn't print that last line for some reason =/ |