File: argv_heading

package info (click to toggle)
libshell-posix-select-perl 0.09-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 800 kB
  • sloc: perl: 2,727; makefile: 7
file content (16 lines) | stat: -rwxr-xr-x 223 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#! /usr/bin/perl -w

my $VERSION = 1.03;

use blib;

use Shell::POSIX::Select(
'$Heading',
# debug => 9,
# logging => 1,
);

BEGIN { @ARGV or @ARGV=qw(A B C) }

$Heading='MENU CITY';
select $var (@ARGV) { print "$var\n"; }