Help for this page

Select Code to Download


  1. or download this
    /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
    
  2. or download this
    My code:
    chdir($archivedir);
    ...
    binmode $WRITEME; <<<<<<<<<<<<<<<<<<<<<<<<<<<<<solution
    foreach my $f (@filelist){print $WRITEME "$f\n";}
    close($WRITEME);