- or download this
$::folder = 'E:\FOLDER\Test\WEB';
- or download this
use File::Spec::Functions qw/catfile/;
my $filename = catfile($::folder, $config->{licence});
- or download this
my $folder = 'E:\FOLDER\Test\WEB';
{
...
'kit-work.zip'
],
programs => [..
- or download this
use File::Spec::Functions qw/catfile/;
my $filename = catfile($::folder, $config->{licence});