Help for this page

Select Code to Download


  1. or download this
       print "Please enter the files to be removed: \n";
       my @removed_files =  split, <STDIN>;
    ...
          unlink ($file);
       }
    ~
    
  2. or download this
    Please enter the files to be removed: 
    Use of uninitialized value $_ in split at ./Chapter13_Exer4a line 14.