We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
It's also an old Perl trick. If you just performed the input command without assigning the data to anything, it was still available in the $_ variable by default.
List Comprehensions
You are viewing a single comment's thread. Return to all comments →
It's also an old Perl trick. If you just performed the input command without assigning the data to anything, it was still available in the $_ variable by default.