Help for this page
$path = File::Spec->catfile( @directories, $filename );
use Modern::Perl qw/2017/; use File::Spec; my $directory_name = 'testdir'; my $path = File::Spec->catfile( qw/C: Users darkblack Desktop A/, $directory_na +me ); say $path;
www.com | www.net | www.org
No recent polls found