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

Content added Content deleted
No edit summary
No edit summary
 
Line 1: Line 1:
<lang perl>use warnings;
<syntaxhighlight lang="perl">use warnings;
use strict;
use strict;
use feature 'say';
use feature 'say';
Line 345: Line 345:


sleep DELAY_BETWEEN_EDITS;
sleep DELAY_BETWEEN_EDITS;
}
}</lang>
</syntaxhighlight>


[[Category:Perl]]
[[Category:Perl]]