Hi everyone,
I'm new to perl scripting...But I managed to write a script and it is executing well.
The requirement is error management should be implemented for this script. That is
some error handling code should be included in the script so that if there is any error at any point in the script that you are expecting, it should terminate from that point.
I think we have to use trial,catch and finally blocks for this..but...