in reply to Re^5: Is there a way to compare strings without using an array? (say)
in thread Is there a way to compare strings without using an array?
say is a builtin function since 5.010. feature has never exported say. feature tells the parser that say should use the builtin say instead of the sub say.
|
|---|