in reply to Re: constant variable using scaler variablein thread constant variable using scaler variable
Not working ...
Hmmm.... For me it does. For instance from the command line:
mucn13154:~ 1 501 $ perl -lwe 'use constant A1=>"abc"; my $var="A1"; p +rint(eval($var))' abc [download]