Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

#!/usr/bin/env perl
# Do not use 'use 5.14.0', since we want to run under say 5.10.1.
use strict;
# ---------------------
my($re) = qr//;
print "Stringified re: $re \n";