On 19 November 2014 11:46, Harry Putnam <rea...@newsguy.com> wrote: > Only thing I did to debug was to make sure `use File::Find; comes > after if (!@ARGV), but that seems not to matter. >
That will be because 'use' is processed during BEGIN { }, while your condition is during the main execution phase. Though I think that aspect has little to do with your problem, I just saw "that seems not to matter" and thought "why would it?". -- Kent *KENTNL* - https://metacpan.org/author/KENTNL