| geekdom | How do I tell the time in perl ? I want to know the time, preferably in day/hour/minute |
| perlygatekeeper | perlbot datetime |
| perlbot | The Perl DateTime Project - http://datetime.perl.org/ |
| perlygatekeeper | perlbot time |
| perlbot | ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst)=localtime(time); |
| mauke | geekdom: perldoc -f localtime geekdom: see also perldoc POSIX (search for strftime) if you want to format it nicely |
| dazjorz | LeoNerd: there? |
| LeoNerd | here, at any rate I prefer Date::Format |
| xand | here, there, everywhere |
| dazjorz | LeoNerd: what was the url again? |
| LeoNerd | For what? |
| dazjorz | LeoNerd: for the updated fcgi script |
| LeoNerd | Ah yes.. That'll need an updated FCGI::Async::Request itself, as there was a bug in it (or you could fix it yourself) |
| dazjorz | LeoNerd: did you fix the bug yet? |
| LeoNerd | Unfortunately, I was working on that offline, so it's on my laptop. Which is powered down at home currently Yes; the bug is a tiny change to the regexps in read_stdin_line |
| dazjorz | aww okay, let me check |
| action | ruoso just notices that there's no merlyn in the channel, but *some* randal_schwartz just appeared... that's an unexpected rename... :) |
| ruoso | just notices that there's no merlyn in the channel, but *some* randal_schwartz just appeared... that's an unexpected rename... :) |
| dazjorz | ruoso: tell him to /nick merlyn :( please |
| somian | It's probably legit, ruoso merlyn created an alias last (local)night To reduce newbie confuxion. |
| action | CPAN upload: sapnwrfc-0.08 by PIERS |
| CPAN | upload: sapnwrfc-0.08 by PIERS |
| perlmonkey | hi somian |
| nanonyme | hmm |
| hobbs | notice that the cloak and IRCNAME still match :) |
| ayrnieu | who? what? |
| somian | Hi perlmonkey ! Hi hobbs! |
| hobbs | llo somian somian: I got your memos. I guess you have things sorted now? |
| somian | hobbs: Oh good :-). Yep, mostly! I am still fiddling around with fonts, but at least i know now that I want to focus on keeping Vera Sans Mono in high priority ;) bbialw |
| hobbs | k |
| Smaxola | in perl can you do a multi-dim hash? like in php you could run a loop with a $hash[$count]['fieldname'] = value; |
| SubStack | you can get the same effect out of hashrefs, only better |
| ayrnieu | smaxola - perldoc perllol, perldoc perldsc, perldoc perldata, perldoc perlref, (perldoc perlreftut), perldoc perl (for others I've missed.) smaxola - also, yes. |