Jason L. Froebe – Tech tips and How Tos for Fellow Techies

Tips & Tricks for Databases (Sybase, Oracle, MySQL, PostgreSQL, SQLite), Windows, Linux, Solaris, Perl, Java, Bash and so much much more

Audiobook chapter support for FFprobe (Perl) module

by Jason L Froebe on January 6, 2012, one comment

I have multiple audiobook files (m4b) that ffprobe is able to retrieve the chapters from just fine… except the chapter information is printed to stderr and never in the formatted (STDOUT) output. The Perl module FFprobe doesn’t handle the chapters so I submitted feature request #73803 Feature request is to format the chapter output. jason@jason-Inspiron-1545 [...]

Share Button

Are you receiving the “Useless localization of scalar assignment” error when using Exception::Class::TCF with Perl 5.10? I have a fix for you!

by Jason L Froebe on April 29, 2009, no comments

The following is a patch for bug 45563 in Exception::Class::TCF: Useless localization of scalar assignment at Exception-Class-TCF/lib/Exception/Class/TCF.pm line 255. Index: lib/Exception/Class/TCF.pm — lib/Exception/Class/TCF.pm (revision 83) +++ lib/Exception/Class/TCF.pm (working copy) @@ -251,8 +251,11 @@ my($block,@catches) = @_; my($exc,@args,$res); &$pushFrame; – $HANDLE_WARN && – local ( $SIG{‘__WARN__’} = sub { throw Exception::Class::TCF::Warning @_; } ); + + [...]

Share Button

ASE 15.0.2 esd 4 is out!

by Jason L Froebe on April 11, 2008, no comments

Andrew Sigmund over on the ISUG sybase-l mailing list, let us know that Sybase released ASE 15.0.2 esd 4 today. Go and get them!

Share Button
Facebook login by WP-FB-AutoConnect