On 4/30/07, Chris Henderson <henders254 at gmail.com> wrote: > Hi, Hi! > I'm writing this code to automate the process of building RPMS > # can't do this > system ("$cp $fetch_file"); It looks like you are missing a destination for cp. Like "$cp $fetch_file $dest_file". ~Liz