Help for this page

Select Code to Download


  1. or download this
    use warnings;
    
  2. or download this
    Use of uninitialized value in string eq at ./delete_list_ver2.pl line 
    +27.
    Use of uninitialized value in print at ./delete_list_ver2.pl line 37.
    
  3. or download this
        
        # open files, read into array, sort array
        open (ORGLIST, "<", $ARGV[0]);
    ...
        close (NEWORGLIST);
        
        unlink @orgList; unlink @delList;