rename(/mnt/hgfs/Subscriptions/Dr Wendy Testaburger/Dr Wendy Testaburger 20230523 Post_Stan_world 1920x1080.mp4, /mnt/hgfs/Subscriptions/Dr Wendy Testaburger/Dr Wendy Testaburger 20230523 Post Stan_world 1920x1080.mp4) #### my @path = glob("'$Subscriptions_Path/$_->{Lib_Sub_Path}/*'"); if (@path != 0) { File::Rename::rename(\@path,{ _code => sub { s/_/ / }, verbose => 1, no_action => 1, } ); };