use CleanBot; my $cleanbot = CleanBot->new('cleanbot-init.conf'); while($line=){ my $response = $cleanbot->parse($line); Do_something_the_bot_doesn't_care_about($response) if $response; }