File: 11-redirect-oo.pl

package info (click to toggle)
libio-pager-perl 2.10-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 284 kB
  • sloc: perl: 1,416; makefile: 14
file content (7 lines) | stat: -rw-r--r-- 109 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
use blib;
use IO::Pager;

our $txt; require './t/08-redirect.pl';

my $FH = new IO::Pager;
$FH->print($txt);