T
e
s
t
s
a
n
d
E
x
a
m
p
l
e
s
|
|
-
-
The following is a collection of various test programs
I've written to try out various things. All code is
contributed to the public domain. However, I would
love to hear if anytone finds these things useful!
Send lots of love letters to me!
-
Perl select test
( Environment: Linux, Perl )
-
This demonstrates how to use select from perl to read data.
It is useful to run this in one window, while doing
'echo foo >> test_in0.txt' in another.
test_fds.pl
-
Perl grep test
( Environment: Linux, Perl )
-
I don't recall quite why I did this... I don't use
Perl's grep very often, but this also demostrates
a use of * globbing in perl. Perhaps there was
something stupid I was just overlooking when I needed
to use grep, so I wrote this to figure it out.
test_grep.tar
-
Perl Tk test
( Environment: Linux, Perl, Tk )
-
My first example program using Perl/Tk. It puts up two radio
buttons and a Quit and allows you to select between them, printing
the results.
test_tk.pl
-
C Mikmod test 01
( Environment: Linux, Mikmod )
-
First attempt to use Mikmod to do something. In this case, it
plays a wav file. Nothing too elegant, but it works.
mikmod_01.tar
|
|