The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
1234567891011 #!/usr/bin/env perluse warnings;use strict;use 5.10.0;use Term::Choose::Linux;my $linux = Term::Choose::Linux->new();my $key = $linux->__get_key_OS( 0 );say "<$key>";
#!/usr/bin/env perl
use
warnings;
strict;
5.10.0;
Term::Choose::Linux;
my
$linux
= Term::Choose::Linux->new();
$key
=
->__get_key_OS( 0 );
say
"<$key>"
;