Help for this page

Select Code to Download


  1. or download this
    while (<$fh>) {
        $st->insert("end", $_);
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
        $st->insert('end', $line);
        $st->see('end');
    }