You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

banner.pl 140B

123456789
  1. #!/usr/bin/perl
  2. while (1)
  3. {
  4. exit 0 if read(STDIN,$c,1) == 0;
  5. last if ($cl eq "\031" && $c eq "\001");
  6. $cl = $c;
  7. }
  8. kill 'STOP',$$;
  9. exit 0