Help for this page

Select Code to Download


  1. or download this
       input.txt
     
     abhi)
    ...
        esac
         ;;
    ##########################
    
  2. or download this
     OUTPUT should be :
    
    abhi: old_file="ak.csv"
    ...
    payu:bcc: IN_DIR="class/5062"
    payu:src1: src_folder="class/5061"
    
  3. or download this
     open (data, "<input.txt");
        while (<data>) {
       s/^\s+//g;                          #LTRIM
    ...
    }
    }
    close data;