in reply to constant variable using scaler variable
Please go through constant for more information.use constant A1 => "abc"; my $var = A1; # remove double quotes print $var;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
| A reply falls below the community's threshold of quality. You may see it by logging in. |