I'm learning Perl, and I made a script that will use defined variables in the beginning of my script to establish connection,pull records, modify them, then close connection.
the second part of my work involve repeating the same steps but for different server.
is there is a way to un-set whatever variables has been set before? and then use new defined settings and repeat the steps?
Thank you
@array = ();or%hash = ();