John Whitney has asked for the wisdom of the Perl Monks concerning the following question:
$directory_and_file_name = Win32::GUI::GetOpenFileName ( -owner => $window_main , -size => [ 400, 400 ] , -directory => $directory , -file => $file , -title => 'Open' , -filter => [ 'Text files' , '*.txt' , 'All files' , '*.*' ] +, ) ;
|
|---|
| Replies are listed 'Best First'. |
|---|