Path: utzoo!attcan!uunet!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!sdd.hp.com!elroy.jpl.nasa.gov!jpl-devvax!lwall From: lwall@jpl-devvax.JPL.NASA.GOV (Larry Wall) Newsgroups: comp.lang.perl Subject: Re: Minor annoyance Message-ID: <10249@jpl-devvax.JPL.NASA.GOV> Date: 6 Nov 90 00:13:27 GMT References: <1990Nov5.212532.10126@uvaarpa.Virginia.EDU> Reply-To: lwall@jpl-devvax.JPL.NASA.GOV (Larry Wall) Organization: Jet Propulsion Laboratory, Pasadena, CA Lines: 15 In article <1990Nov5.212532.10126@uvaarpa.Virginia.EDU> gaspar@STL-08SIMA.ARMY.MIL writes: : I'm sure that there is a simple solution that I overlooked. How can : I get the 'h' command in the debugger to "page"? I can look the : commands up in the documentation as I need them, but it is annoying : to have the help information scroll off of the screen. I just click on the scrollbar... :-) If you don't have a scrollbar, I suppose you could set up an alias to say system "sed -n '/^T/,/^command/p' $INC[0]/perldb.pl | less" :-) Larry