in reply to Re^2: Beginner project suggestions
in thread Beginner project suggestions

Just a FYI (not that it's better to do this). print defaults to $_ so sayin print $_ is the same as saying print

It makes it more cryptic really, so it's not neccessarily better to do that.. just a FYI