1) You are writing a Perl script that uses a segment of code over and over again, and you are tired of repeatedly typing in this code. Which of the following should you do?
1.Create a subroutine
2.Use the =+= repeat operator
3.Use the ++ operator
4.Create a repeat script