$email = Email::MIME->new (\$msg); $email->walk_parts( sub { return if $_[0]->subparts; print $_[0]->filename; } ); #### Unquoted '"' not allowed at ./em_try.pl line 21. Missing semicolon before parameter '"איידי רז.png"' at ./em_try.pl line 21.