/usr/bin/re.pl is in libdevel-repl-perl 1.003028-1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 | #!/usr/bin/perl
use Devel::REPL::Script;
Devel::REPL::Script->import('run'); # should be called 'run'
|