Y
Hacker News
new
|
ask
|
show
|
jobs
by
bmn_
3906 days ago
Use named captures or list assignment. $1 $2 etc are already a code smell in Perl 5. Action-at-a-distance is the enemy.
1 comments
nikatwork
3905 days ago
That's needlessly verbose if I am descoping $1 within a line or two. I agree one must be careful.
link