> Thanks Jenda, now I SaveAsDialog providing all the functionality
> I need - providing a filename.. and adding that default extension
> later.
>
> Still I see that annoying:
>
> Use of uninitialized value at C:/perl/site/lib/Win32/FileOp.pm line 986,
> <STDIN> chunk 96.
>
> ...which tracks to line 978
> my $Flags = $params->{options};
I guess it will be best to add
local $^W = 0;
before that line in FileOp.pm
I'll recheck this for the new version.
Jenda
== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ==
The phenomenon of UFO doesn't say anything about
the presence of intelligence in space.
It just shows how rare it is here on the earth.
A.C.Clarke