| jagerman | warpzero: If you use accessors, you get an error about the method not existing. |
| warpzero | true |
| jagerman | I actually prefer just $obj->some_key(), where it can take an argument to set it, or no arguments to return it. |
| warpzero | going full OO is sortof more than i need but w/e |
| jagerman | Java-style OO people seem to dislike that, though. |
| warpzero | lol java |
| jagerman | I'm not really sure *why* since they are so found of overloading. |
| Ani-_ | warpzero: either do it properly or don't do it. Else you need to re-write it later anyway. |
| warpzero | Ani-_, yeah probably |
| LeoNerd | Hash::Util qw( lock_keys ) |
| dazjorz | LeoNerd: Saw my message? |
| LeoNerd | dazjorz: when? |
| dazjorz | LeoNerd: About the cookies Last night |
| LeoNerd | Ah.. yes... didn't get time to reply. As I said.. debug prints.. REally :) |
| dazjorz | Well I was gone already anyway :) |
| workrelated | im trying to get perl running on my window box |
| LeoNerd | I'm going to have to start refusing to help if you don't do such things... A nice log of "Here's all the things I did" would be really useful |
| Ani-_ | debug prints?! I prefer debug warns. :) |
| workrelated | im trying to install some cpan modules |
| LeoNerd | prints.. all over the place Or warns. |
| dazjorz | LeoNerd: Well, since I have no idea how cookies are received, but I'll try later. :) |
| LeoNerd | stdin or a header |
| workrelated | but every time i do its wanting to install all this other crap |
| dazjorz | yeah, exactly, header I expect these come in through %ENV |
| Ani-_ | workRelated: That's called dependencies. |
| dazjorz | I'll go experiment with that later Cya (Gotta go now) |
| Ani-_ | dazjorz: why do you need to know it anyway? Why not use a module that handles it for you? |
| workrelated | i know but i tell it to get all dependancys and it gives me an error at the end saying nmake -- NOT OK |
| dazjorz | Ani-_: FCGI::Async may or may not do it I gotta go anyway |