Help for this page
my @sources = grep /\.c$/, glob '*'; # get only the files ending in .c + from a listing of the working directory ... system "cc $c"; $c } grep !(-f), @objects; # find and compile the uncompiled sources