sub transform { my ($source, $target) = @_; ... }; transform( 'input/start.file' => 'output/' );