Hi,
I have one problem in perl script development.
I have big logic executing in script and finally should save in directory structure specified.
directory structure is created at runtime dependind on user runtime arguments by argv
my MAKEPATH.the script works if i gave destination directory as
/home/abhinav/direc1/ (/home/abhinav/) is my root directory.
But if i give /proj/xy/debug/ means directory not creating and giving errors like
perrmission denied.Bur i PWD means it is cmng like /home/abhinav/
so i was in my directory only bur not creating.
That was error please try to help me