Constants in Perl
Go supports constants of character, string, boolean, and numeric values.
To run the program, save the code in a file called constants.pl
and use perl
to execute it.
Now that you can run and build basic Perl programs, let’s learn more about the language.