#!/bin/perl use strict; use warnings; use File::Path qw(make_path remove_tree); make_path("E:\\Project\\Training Project\\Learning Perl\\modules\\FILE\\Temp\\temp1");