On Dec 9, 2003, at 8:12 AM, Ben Crane wrote: [..]

$string2 = "$string[1]".".*"; copy("$string2","$destination") || warn "could not copy files: $!";

It does not appear that $string2 is a FileHandle glob - which I think is your issue here.

cf:
        perldoc -f glob
        perldoc File::Glob



ciao
drieux

---


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to