pager.pl

text/x-perl

Filename: pager.pl
Type: text/x-perl
Part: 0
Message: Re: psql - add SHOW_ALL_RESULTS option
#! /usr/bin/perl -wn
print "$.\t$_";
exit(0) if $. == 30;