How to explain Perl to a dead hare
This will only run on Mac OS X.
01. August 2009
This will only run on Mac OS X.
01. August 2009
#!/usr/bin/perl $info = `perldoc -q .`; @words = split(" ", $info); foreach $word(@words){ `say $word`; }