in reply to Re^3: Inplace editing, one liner, without a backup file?
in thread Inplace editing, dos one liner, without a backup file?

them, adding something like
BEGIN { @ARGV = map { glob $_ } @ARGV }
to the one liner should do the trick.