Odd number of elements in the hash assignment… Cant call method “filename” on an undefined value… #### %swf = ('file' => new Fl ('Myflash.swf'), 'url' => $url); %hash = HoneyClient::Agent::Driver::ActiveContent::Flash->extract(%swf); #### sub extract { # Extract arguments. my %args = @_; my $filename = $args{'file'}->filename;