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

then how can i remove the files from the folders ans sub folders without unlink
  • Comment on Re^4: Finally linking issues using perl

Replies are listed 'Best First'.
Re^5: Finally linking issues using perl
by Corion (Patriarch) on Apr 17, 2017 at 09:50 UTC

    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.