http://www.perlmonks.org?node_id=953064


in reply to Re: filename wildcards
in thread filename wildcards

THANKS!

sub Wipe_Out { unlink glob "hosts-*.cfg"; unlink "hostgroup.cfg"; }