Help for this page

Select Code to Download


  1. or download this
    
    
    ...
    do { $LINE = <DATA> } until $. == $DESIRED_LINE_NUMBER || eof;
    print $LINE;
    
  2. or download this
    
    Result:
    ...
    
        -->Blank Line where I need to add values.