Deleted Added
full compact
15c15,16
< foreach (glob qq("$arg"))
---
> $arg = qq("$arg") if ($arg =~ /\s/); # compensate for bug in 5.10...
> foreach (glob $arg)