use strict; use warnings; use Getopt::Std; . . . my %option=(); getopts("hwmyc:",\%option); . . . if(defined $option{h}) { system("less help_file"); #system("cat help_file | less"); #system("echo "this is help file"|less"); } . . .
In reply to Re: PIPE less
by ungalnanban
in thread PIPE less
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |