Help for this page

Select Code to Download


  1. or download this
    1. Get list of all files in '/var/log/cr_user' 
    2. Foreach file in list
    3.    read file contents and process each line of CSV text
    4.    close and then delete the file
    5. Exit
    
  2. or download this
    use strict;
    use warnings;
    ...
      unlink $delete;
    }
    #and fall of the end of the script "gracefully exit :-)"