File: negative-counter.pl

package info (click to toggle)
libsnmp-session-perl 1.14~git20221124T101957-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,104 kB
  • sloc: perl: 11,920; ansic: 25; makefile: 15
file content (8 lines) | stat: -rw-r--r-- 94 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#!/usr/local/bin/perl -w

use strict;

use BER;

print pretty_print ("\x41\x01\xff"),"\n";
1;