A
Anil A Kumar
I saw some where:
my @options = ("value1!", "value2:s", "value3:s@", "value4:s%");
I would like to know what this !, @, % characters represent here?
-Anil
my @options = ("value1!", "value2:s", "value3:s@", "value4:s%");
I would like to know what this !, @, % characters represent here?
-Anil