Help for this page
#!/usr/bin/env perl ... my ($string) = @_; return colored($string, 'yellow on_red'); }