Help for this page

Select Code to Download


  1. or download this
    sub how_many_lines
    {
        open I, 'users.dat'
    ...
        $lines;       # return the count to the caller.
    
    }