Help for this page

Select Code to Download


  1. or download this
       input.txt
     
     "BR")old_file="ods.csv"
    ...
         IN_DIR="ofc\5060"
         ;;
    ##########################
    
  2. or download this
     OUTPUT should be :
    BR      old_file="ods.csv"
    BR      newfile="ods_nt_$curr_date.csv"
    ...
    CUA     newwack="rac_vendor_$curr_date.ack"  
    CUA     IN_DIR="ofc\5060"
    
  3. or download this
     open(data,"<input.txt");
    while(<data>) {
    $line=<data>;
    ...
    print "$parameter. $var\n";
    }
    close data;