- or download this
$ARGS = @ARGV;
if ( -t and $ARGS eq 0 ) {
}
- or download this
die "No input found\n" if ( -t and @ARGV == 0 );
- or download this
$names++, shift if $ARGV[0] eq "-l";
- or download this
@ARGV = "-" unless @ARGV;
- or download this
exit 0 unless ( grep { -T or $_ eq "-" } @ARGV );