in reply to Re: Translating Terminal Input Code from Bash to Perl
in thread Translating Bash to Perl
I get this error...#!/usr/bin/perl $key=`read -n3 key; echo \$key`; print "$key\n";
read: 1: Illegal option -n
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Translating Terminal Input Code from Bash to Perl
by jakobi (Pilgrim) on Sep 30, 2009 at 20:57 UTC |