xdg Perl code

Results 59 comments of xdg Perl code

Thanks for the report. I might have to document that as unsupported. It falls under the warning about "Don't modify handles during a capture" and a fork definitely messes with...

Note to self: the hang is at the "wait" in the tee-killing function, which blocks indefinitely. Something about the fork means the tee processes never see EOF.

What is RRDs and what is dump() doing? David On Thu, Jun 6, 2013 at 10:00 AM, Fabien Wernli [email protected]: > I came across a case in which only part...

Sounds like rrdtool is doing something with filehandles directly instead of taking what's currently STDOUT. Not much can be done about that. David On Thu, Jun 6, 2013 at 3:48...

Was that `capture` or `capture_stdout`? I suspect the latter. The "0" is probably the return value of `system`. The capture commands return the output and the return value of the...

I've been thinking that using a local::lib is the way to handle that, as long as perlbrew can associate any local::lib with any installed perl. So you would install a...

I'd be interested in something like profiles that could be set ahead of time and then invoked on install (with 'default' always being used if another isn't specified): ``` $...

At this point, I think the easiest thing would be to have a separate command to run against a single perl: ``` $ perlbrew run 5.14.2 perl ... $ perlbrew...

I've pretty much stopped using Chef in favor of Ansible. @melezhik is probably the best expert on Chef. David