Tuesday, March 13, 2007

Test


#!/usr/bin/perl -w


use strict;

while(1) { print "stuff"; }

No comments: