File: badvar

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 (9 lines) | stat: -rwxr-xr-x 111 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
#! /usr/bin/perl -w

my $VERSION = 1.02;

use blib;

use Shell::POSIX::Select;

select (1,2) { print "$_\n"; }