Help for this page
rename: unless (open(TTYIN, "</dev/tty") && open(TTYOUT,">/dev/tty +")) { ... } ... uniprops: || die "can't open $unipod: $!"; uniprops: open(STDOUT, "| $pager") uniprops: || die "can't open pipe to $pager: $!";
unshift(@ARGV, "-") if @ARGV == 0; FILE: ... last LINE unless length $line; ...