| buu | You never saw the new ones? Ecclston was awesome |
| Patterner | (Dr. Who)++ |
| buu | This episode involves a drawn face on the wall of a closet Yelling things. |
| simcop2387 | GumbyBRAIN: i am the dalek human! I AM YOUR FUTURE |
| GumbyBRAIN | In future i am the user. |
| shantanoo | anyone able to login to orkut using mechanize. |
| Patterner | Invite me and i'll check it out :P |
| shantanoo | i get lot of spam. so wanted to write a small script which will mark that user as 'ignore user' Patterner, invite? |
| action | Patterner exterminates simcop2387 |
| Patterner | exterminates simcop2387 shantanoo: I thought Orkut is based on invites |
| jjore | So someone invited spammers, Patterner. What of it? |
| buu | Stupidest episode evar. |
| action | jjore never invites spammers to picnics but figures other people are dumber. |
| jjore | never invites spammers to picnics but figures other people are dumber. |
| shantanoo | Patterner, i don't know whats the current suituation. earlier it was. if you want, send me your mail id in pm |
| Patterner | jjore: nobody invites ants either :) |
| shantanoo | hehe |
| Patterner | orkut.com is dead... |
| sporkton | http://erxz.com/pb/2338 why am i getting the extra 0? is that just the exit status of the system call? |
| buu | sporkton: Do you know what system does? As example, try removing the 'print' |
| SeveredCross | Question: How would I take a string and split it into multiple lines? |
| buu | split |
| SeveredCross | Word. |
| pasteling | "dhoomketu" at 121.247.78.27 pasted "Which link should be followed? what should be use $m->get or $m->follow_link or something else." (44 lines, 1.9K) at http://sial.org/pbot/24394 |
| sporkton | buu: well i thought it just exec'd the command on the system, and returned the output, i will look farther into how system works though, my goal was to pull the output of the system call into a var for later use' |
| Angel-SL | Hi. Apache::ASP doesn't seem to exclude lines that start with ' (like // in C) |
| buu | sporkton: That isn't what it does. |
| SeveredCross | Can someone throw me a regex that'll match 10 spaces in a row and replace them with 1? |
| sporkton | buu: i am consulting my perl book presently for a more exact usage |
| buu | It's probably faster to just read the perldoc for it. SeveredCross: How would you match a single spasce? |
| SeveredCross | No clue. :) |
| buu | Wow. Give it a guess. |
| ew73 | buu: http://www.youtube.com/watch?v=TcuXfFvUQ7w |
| dhoomketu | seanw, s/ {10}/ / |