3 #===============================================================
5 # File ID: 025415b2-5d44-11df-8367-90e6ba3022ac
6 # Skips the first N lines from stdin or specified file(s).
9 # License: GNU General Public License version 2 or later
10 # ©opyleft 2003 Øyvind A. Holm <sunny@sunbase.org>
11 #===============================================================
27 for (my $Count = $opt_l; $Count; $Count--) {
51 This program is free software; you can redistribute it and/or modify it
52 under the terms of the GNU General Public License as published by the
53 Free Software Foundation; either version 2 of the License, or (at your
54 option) any later version.
56 This program is distributed in the hope that it will be useful, but
57 WITHOUT ANY WARRANTY; without even the implied warranty of
58 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
59 See the GNU General Public License for more details.
61 You should have received a copy of the GNU General Public License along
62 with this program; if not, write to the Free Software Foundation, Inc.,
63 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
67 # vim: set fileencoding=UTF-8 filetype=perl foldmethod=marker foldlevel=0 :
68 # End of file skiptoplines