$ perl -le " use Attribute::Constant; my $pi : Constant( 3.141592653589793 ); print $pi; $pi++" 3.14159265358979 Modification of a read-only value attempted at -e line 1.