Hi Shlomi,
Thanks for the prompt reply.
What about the other case where my *file is already being accessed by some
program/process*.
Can i delete it?
If so how?
Thank you,
Hari
Hi,
I want to remove any duplicate files(same in content with different file
names) in a particular directory.
How can we do that?
And what if the file is being accessed by some process. Can we delete it?
Thank you,
HARI
I got to know how to solve the puzzle.
We need to find the sum of elements encovered by the outer array.
And once we enter the elemnets, whenever we find an element enclosed by [x]
we shoudl take that as -x for the summation.
For example:
[ 9, [ 3, 4, [ [ 2 ] ] ] ] = 0
In this case we need to
http://learn.perl.org/books/beginning-perl/
This book should be a decent one to start with.