user-pic

Felix Ostmann

  • About: Just another Perl developer ...
  • Commented on Enforcing Simple Standards with One Module
    OK, to add some juice: BEGIN { feature->unimport('try') if $] >= 5.034; } do the trick (so disable 'try' for the complete file i guess?!)...
  • Commented on Enforcing Simple Standards with One Module
    OK, i have some problems with the feature->unimport. To keep everything complicated here is the setup: enabled feature 'try' if perl 5.34 via boilerplate old script using Try::Tiny (reason to disable try-feature in scope/file) old script may run under 5.32...
  • Commented on Getting a progress report from a running program
    Another nice approach is a proc-like filesystem within your software. Currently we are using named sockets in our event-driven software, so we can then use socat to get the current state. $ socat proc/state - task progress: 2/70 (125 secs...
Subscribe to feed Recent Actions from Felix Ostmann

No responses to comments.

Subscribe to feed Responses to Comments from Felix Ostmann

About blogs.perl.org

blogs.perl.org is a common blogging platform for the Perl community. Written in Perl with a graphic design donated by Six Apart, Ltd.