-We create an array named jiji because typing jiji is easy. (Arrays start with @)
-We undefine @jiji with Perl's built-in undef function.
NOTE: You might think: why not just say @jiji=""; But that will not truly clear the array. When you put items back into that array, you will have an extra item at the beginning.