Help for this page

Select Code to Download


  1. or download this
    #input file
    
    ...
    PSQN_0    reserved       0    8
    PSQN_0    check_final    8    10
    PSQN_0    o_check       18    10
    
  2. or download this
    #expected output file
    
    ...
    <value type = "10" name = "check_final"start = "8"</value>
    <value type = "10" name = "o_check" start = "18" </value>        
    </structure>
    
  3. or download this
    #current output file
    
    ...
    <value type = "8" name = "reserved" start = "0" </value>
    <value type = "10" name = "check_final"start = "8"</value>
    <value type = "10" name = "o_check" start = "18" </value>
    
  4. or download this
    #input file
    open (FILE,"<in.csv") || die "cannot open file: $!";
    ...
    $writer->end();
    $output->close();