| ccoffey | yes, how to match it, so $response[0]=~s/// ? |
| BinGOs | GumbyBRAIN: My wife's got no nose. How does she smell? Like fish! |
| GumbyBRAIN | Does no one is his wife's. |
| sili | you could use a couple of spaces there, but it's close to being what you asked for actually, a few spaces |
| ccoffey | $response[0]=~s/ // and where else? :) ah, that works, thanks guys :) |
| thrig | I presume you've discovered the undocumented ; |
| ccoffey | it's the most round the houses way of launcing videolan, but it's what i'm doing :) confusing myself a lot tonight, doing java in another window. |
| sili | I need some VC funding anyone interested? |
| SubStack | GumbyBRAIN: write the man a check |
| GumbyBRAIN | Yeah man do i check the beer minibar here. |
| Dereck | what is the command to install modules in cygwin? |
| Jmax- | cpan you might have to perl -MCPAN -e shell |
| somian | Basically yopur installation of cygwinperl works like any unix perl. |
| Jmax- | yeah it better! or else... |
| ccoffey | are all the regex's for IP address as long as that? ^([a-zA-Z0-9_\-])+(\.([a-zA-Z0-9_\-])+)*@((\[(((([0-1])?([0-9])?[0-9])|(2[0-4][0-9])|(2[0-5][0-5])))\.(((([0-1])?([0-9])?[0-9])|(2[0-4][0-9])|(2[0-5][0-5])))\.(((([0-1])?([0-9])?[0-9])|(2[0-4][0-9])|(2[0-5][0-5])))\.(((([0-1])?([0-9])?[0-9])|(2[0-4][0-9])|(2[0-5][0-5]))\])) ? no, that's wrong, now that i've pasted |
| Jmax- | there's modules for that |
| Dereck | what i mean to say, is that i have the modules already on my computer, i just need to install them so can someone give me an example command with path and such |
| revdiablo | ccoffey: Is that supposed to match an email address? |
| sili | hi revdiablo |
| revdiablo | Hey sili |
| SubStack | GumbyBRAIN: match an email address |
| GumbyBRAIN | An address should pay attention to the email to the right, push up, pop down, byte byte byte. |
| merlyn | egad - trying to do number range validation with a regex and of course, it fails for things like 000250. etc |
| revdiablo | It makes a grown man cry |
| merlyn | I bet it even fails for 127.1 why the hell do people try to do that? regex is for TEXT MATCHING not number range matchnig |
| sili | you just wait for perl6. |
| bpalmer | regex are for state machines |
| merlyn | oh, I'm waiting alright. :) |