Help for this page

Select Code to Download


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