Help for this page

Select Code to Download


  1. or download this
    open(SDATA,"$sdata")|| die("Could not open file: $!\n");
    
  2. or download this
    unlink $scnt;
    
  3. or download this
    if (-e "/home/hampton1/data/student_count.dat")
    { 
      unlink($scnt);
    }