Help for this page

Select Code to Download


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