| ubajas | Windows bashing is fun. |
| buu | But oh so easy. |
| pkrumins | Suppose I have a data structure @headers = ( "Language:" => "en", "Foo" => 5 ). And there is a function which expects pairs as its arguments like this: key => value. What would be the smartest way to pass pairs from @headers to this function? |
| Aankhen`` | Setting up highlighting in mIRC is even easier. |
| ubajas | I watched CNoob in ##csharp before he came here. ;] |
| Aankhen`` | pkrumins: foo(@headers)? |
| mst | ubajas: ooh, can we have a paste please? |
| pkrumins | doh. thanks |
| Aankhen`` | No prob. |
| pkrumins | 7am syndrome :) |
| Aankhen`` | I'm not familiar with that, unless it means being fast asleep. |
| mst | ahahaha msg from CNoob "it is more convenient to be stupid than belittled" |
| Aankhen`` | o_O |
| pkrumins | its when you dont want to go to sleep just to write another code of line |
| pasteling | "ubajas" at 84.210.203.112 pasted "Requested paste" (72 lines, 5.5K) at http://sial.org/pbot/24995 |
| mst | ahahaha: <CNoob> xchat is available for windows? |
| Aankhen`` | pkrumins: Oh, that. pkrumins: Yeh, it happens to me a lot. |
| buu | mst: You get all the wackos. |
| Aankhen`` | Moths to the flame! |
| mst | ... he didn't know there was xchat for windows ... cos he didn't know you could get it anywhere except gentoo ... |
| Aankhen`` | ROTFLMAO. |
| stuuf | (HTML::Widget)++ |
| guzzlefry | hey everyone would @images = glob "$dir/*.jpg"; find all of the images with .jpg as the extension and add them to the array? |
| Jmax | perldoc -f glob # confirms it |
| mst | well, the filenames guzzlefry: err, DUDE |
| mauke | only if $dir doesn't contain spaces |
| mst | guzzlefry: that comes well into the category of "dammit, just try it" :) |
| guzzlefry | mst: sorry :) mauke: how should i deal with spaces? |
| mauke | explicit call to something in File::Glob or readdir/grep |
| guzzlefry | perhaps I should finish reading this book :) |