chop (my $tty = `tty`); if ($tty =~ /tty\d/) { # console ... } else { # network ... } [download]
In reply to Re: Detecting the current terminal by shmem in thread Detecting the current terminal by iphony