Rosetta Code:Village Pump/Lang-tag bot/Source: Difference between revisions

no edit summary
No edit summary
No edit summary
 
Line 1:
<langsyntaxhighlight lang="perl">use warnings;
use strict;
use feature 'say';
Line 345:
 
sleep DELAY_BETWEEN_EDITS;
}
}</lang>
</syntaxhighlight>
 
[[Category:Perl]]