| rado_ | ....wonder if crowded elevators smell any different to midgets whoa...this shit's gettin to me! |
| Jmax- | what shit? is it shit you snort, smoke, or shoot up? or lick or eat |
| rado_ | ummmm not that bad....it's this perl bit |
| jhiver | so i see you can create 'static' or 'dynamic' what's the advantage / drawback of each method? |
| Jmax- | ah ;) jhiver: i think that static is the preffered method; dunno for sure try irc.perl.org #catalyst |
| jhiver | ok |
| rado_ | c'mon you guys.... |
| eMish | how do i url-encode a string with those %20 things ? |
| ayrnieu | URI::Encodee URI::Encode |
| AnAnt | if a function retuns several variables , and I only want few of them, how do I do that ? actually the function is localtime and I only wanted mday, mon & year I tried (,,,$mday,$mon,$year,,,) = localtime(); but it didn't work |
| Qauzzix | You can always just put it into an array and use an offset into that array. |
| ayrnieu | anant - my ($mday, $mon, $year) = (localtime)[3,4,5]; |
| AnAnt | ayrnieu: thanks |
| ayrnieu | you can still it the way you wanted, with undefs on the LHS where you have nothing. |
| Jmax- | yeah, that too |
| AnAnt | ayrnieu: ok, thanks |
| ayrnieu | hit-and-run. |
| rado_ | I know you guys know backuppc |
| rvalles | I need to send ICMPs and observe the answers (custom type/code and get the response's type/code) which CPAN modules would you recommend for that task? |
| somian | rado_, why? No, I do not. rvalles: Net::Ping |
| rado_ | somian, lol yikes...I thought it be given...it seems so popular |
| rvalles | somian: but Net::Ping does only ping. somian: it doesn't seem to allow to customize type/code or capture and parse the answer either.... |
| Jmax- | ICMP what exactly, then? |
| rvalles | Jmax-: again, I need to both create and send ICMPs with a custom type and code, and the other way around (receive and decode). |
| somian | One thing you'll find, rado_, is that there is a great variety of people using a great variety of software and hardware, here on #perl. |
| Jmax- | so some unknown format using the ICMP transfer protocol? |
| rado_ | uh huh...for sure! |