Help for this page
/tttest/cpio: test/1: Cannot stat: No such file or directory /tttest/cpio: test/2: Cannot stat: No such file or directory /tttest/cpio: test/3: Cannot stat: No such file or directory 1 block
My code: chdir($archivedir); ... binmode $WRITEME; <<<<<<<<<<<<<<<<<<<<<<<<<<<<<solution foreach my $f (@filelist){print $WRITEME "$f\n";} close($WRITEME);