--- 3m-810.pl 2009/06/24 13:39:43 54 +++ 3m-810.pl 2009/07/04 08:33:56 58 @@ -63,6 +63,7 @@ my ($client,$path) = @_; $path = "www/$path"; + $path .= 'rfid.html' if $path =~ m{/$}; return unless -e $path; @@ -299,7 +300,10 @@ if ( $http_server ) { http_server; } else { - scan_for_tags while 1; + while (1) { + scan_for_tags; + sleep 1; + } } die "over and out";