in reply to Re: Suggestions for writing a Perl applicationin thread Suggestions for writing a Perl application
#!/bin/perl # usage testforever <scriptname> # $|++; # Of course -- nothing can run forever. print "1"; [download]