while(<@thisArray>)
Does anyone know what this would do exactly? We were just having a discussion on it as it’s the code is usually something like:
while(<STDIN>)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
<@thisArray>works asglob(@thisArray). So it gives a list of all files matching the members of the array.If an element of the array doesn’t match a file, the element itself is returned.