Help for this page
while( 1 ) { ... chomp( $cmd = <STDIN> ); &do_stuff( $cmd ); }
my JAPH: print"Just another Perl hacker\n"; # ^ look, no space! pretty tricky hey?