Write the perl code that you would use to create an object called "ZeroDay." The obect has a method to set the type of attack and to retrieve the type of attack. Attacks may be virus, worm, phishing, brute force, or combined. Name of fie should be "Attack.pm"
Then
write the perl code that will use the package "Attack.pm" and set the attack to "All of the above" and retrieve the current attack
Then
write the perl code that will use the package "Attack.pm" and set the attack to "All of the above" and retrieve the current attack