Help for this page
#!/usr/bin/perl ... ); my $fileIn = $d->fselect( path => '/path/to/my/files/' ); say "Selected: $fileIn";
#!/usr/bin/perl use strict; ... chomp $fileIn; #because there's newline at the end of stdout say "Selected: $fileIn";