| Randal | postfix can enable it, with a configurable char for "+" |
| Aankhen`` | Well, thanks for the clarification. :-) |
| hobbs | Aankhen``: would be nice if it worked everywhere :) |
| Randal | I helped invent it for sendmail. :) that's how I know |
| Aankhen`` | hobbs: Yeah, tell me about it. Ooh, nice. |
| Randal | I told Joey Pruitt how to do it in sendmail |
| Aankhen`` | Right, I'm off again. Ciao. |
| Randal | he submitted it to sendmail.org and it became part of the distro but it was my code originally |
| tindrum | $_ = s/^\t+//; ? |
| Terminus- | thanks again for all the info. =) |
| tindrum | = |
| IllvilJa | cfedde: True. But the Foo::Apa->new is basically only meaningful for internal use in the Foo::Bar class BUT in the future there might pop up some good use for the Foo::Apa->new in a situation which is outside of the Foo::Bar class. |
| tindrum | =~ |
| Randal | Just one more of those things that I've messed up on the net. :) |
| IllvilJa | cfedde: so to future proof the usefulness of my classes, maybe I should give each one it's own file and it's own new function (so anyone can use them). |
| cfedde | IllvilJa: right. I'm just looking for "technical reasons" for th subclases to be seperate files. But all I end up with are administrative reasons. |
| action | Limbic_Region smiles contentedly |
| Limbic_Region | smiles contentedly |
| IllvilJa | cfedde: Just a bit more work, just wanted to doublecheck my suspicion that the extra work is actually warranted. Having a sane and logical administration of things helps a lot 12 months down the road. |
| cfedde | IllvilJa: and administrative reasons are perfectly good ones. |
| Randal | some people might think that "use Foo::Bar::Bletch" always works "use base Foo::Bar::Bletch" won't work if it's in Foo/Bar.pm there's one :) |
| Dieu | to force a casting, for examen forcing a $var to use as Integer, is integer($var) ??? |
| Randal | what do you mean "force" and "cast" |
| IllvilJa | Randal: also a good poiny |
| Dieu | yes, a cast |
| hobbs | int() is just a function. |
| IllvilJa | point |
| Randal | pony! I got a good pony! |
| IllvilJa | :-) |
| hobbs | Dieu: there is no cast. :) |
| Limbic_Region | I just called provider Y up and asked them what sort of special offer they could get to lure me away from provider X. After getting a sweet deal, I called up provider X and got them to give me a $70 credit for a bunch of bad customer service issues. I told provider X that I was moving to provider Y despite the credit. |
| cfedde | Randal: you might have tuned in when we went over that. |