The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

print "******************************\n", "* WARNING! WARNING! WARNING! *\n", "******************************\n", "\n", "This version of Senna.pm breaks compatibility with the previous versions.\n", "You are STRONGLY advised to audit your applications prior to upgrading.\n", "\n", "Proceed ? [n] ";

$tmp = <STDIN>; chomp $tmp; if ($tmp !~ /^y(?:es)?$/) { exit 1; }