Saturday, February 20, 2010

Perl string functions

Here I will mention some Perl string functions:
chop, eval, index, length, substr, crypt are some of the functions which are used in strings in Perl.For more detail on them please refer to this link.


For more detail on Eval function which is very powerful function and which can be used in two forms, either in string or block form. Check this for more information.

No comments:

Post a Comment