http://qs321.pair.com?node_id=1217368


in reply to Re^4: List EXE_FILES installed by CPAN
in thread List EXE_FILES installed by CPAN

"It's much easier to develop one-liners on the command line because it can so rapidly scroll through history of revisions."

That's what a VCS (Version Control System) is for (eg: Git, SVN, Mercurial etc). The added benefit is being able to much more easily read your code (because it's in a script), and it provides permanent revision bouncing (and commit cherry-picking, tagging etc).