in reply to QuickTime format movie file dumper

I'd love to run it but all I got is: "Can't locate object method "new" via package "DumpQuicktime" at DumpQuicktime line 462." :( If I have added dummy "sub new" then I stopped in the first "$self->handle" appearence as there are no "handle" method as well. Did I missed something?

Replies are listed 'Best First'.
Re^2: QuickTime format movie file dumper
by GrandFather (Saint) on Mar 03, 2006 at 10:04 UTC

    Do you have the Class::MakeMethods::Emulator::MethodMaker module? It provides the new.

    Update: wrong module mentioned


    DWIM is Perl's answer to Gödel
      Sure, otherwise it wouldn't compile. I have Class-MakeMethods version 1.01. May be it somehow distorted code on the web?

        Within the next 12 hours I intend to upload a major update to the Quicktime dumper code that adds a Tk wrapper around it and removes the Video::Info dependency. There's a pretty good chance that will fix your problem.

        Update: new version is here


        DWIM is Perl's answer to Gödel