source: projects/perl-tools/byte-tester @ 27

Last change on this file since 27 was 1, checked in by sven, 16 years ago

Erstimport

File size: 177 bytes
Line 
1#!/usr/bin/perl
2#
3# Erzeugt aus Parametern (dezimal) Bytes und gibt diese auf stdout aus.
4# keine größeren parameter als 64000 ;)
5#
6
7foreach (@ARGV) {
8    print pack("C", $_);
9}
Note: See TracBrowser for help on using the repository browser.
© 2008 - 2013 technikum29 • Sven Köppel • Some rights reserved
Powered by Trac
Expect where otherwise noted, content on this site is licensed under a Creative Commons 3.0 License