A single-character option may be combined with the following
option, if any. This is particularly useful when invoking a
script using the #! construct which only allows one argu-
ment. Example:

#!/usr/bin/perl -spi.bak # same as -s -p -i.bak
...