Help for this page

Select Code to Download


  1. or download this
    # Now after reading the user inputs for updating the file as follow
    my @updateInfo;
    ...
    
    if ( $currentData{$line} ) { print "the info exists already\n"; exit; 
    +}
    else { print " your info is being saved and the file is updated\n"; ex
    +it;
    
  2. or download this
    @updateInfo = join( "\t", @inputs );
    
  3. or download this
    if ( $currentData{$updateInfo} ) { ......