in reply to Re^2: how to split string(many words in one line) in a word?
in thread how to split string(many words in one line) in a word?
i always start perl on the commandline with -wle. i would do that even while sleeping.
that saves me from doing "...\n" instead of ... and -w saves me from bugs.
i don't have an alias for that, but i'm typing it automatically. perl -e'' looks very odd to me.