in reply to Re^2: Finally linking issues using perl
in thread Finally linking issues using perl

Note that in programming, there is a huge difference between the word link, and the word unlink.

The word link is commonly used for the linker program.

The word unlink is commonly used for the system call named unlink, which also exists in Perl as unlink.

You seem to want to use unlink, but you say link. This is highly confusing.

You still have not answered my original question, as to who gave you that suggestion and why they gave the suggestion to you.

If you are trying to get solutions for suggestions and help you got from another place, please stop doing this. This website is for learning and using Perl and not for doing your school and work assignments.

As you have repeatedly ignored attempts to help you find learning resources, I can only think that you are acting in bad faith.

Replies are listed 'Best First'.
Re^4: Finally linking issues using perl
by gpssana (Initiate) on Apr 17, 2017 at 09:31 UTC
    That suggestion is given by mentor.To do like that.Instead if i remove task.config files from my folder and sub folder means before the sub routine rename_dirs.EVery thing will work fine.Thats why i go for sub routine DelTaskFiles but there am unable to remove the task.config files from the folders and sub folders in its destination location.
Re^4: Finally linking issues using perl
by gpssana (Initiate) on Apr 17, 2017 at 09:47 UTC
    then how can i remove the files from the folders ans sub folders without unlink

      No, you need to use unlink.

      I can only suggest that you talk with your mentor about how to better structure your program and how to make things happen in your program in the order you want it to happen.