-
Any kind of help will be appreciated.
Thanks,
Shiv">Hi All,I would like to replace some entities in the text file with symbols using Perl.This is working fine for some special symbols but for the characters such as Zeta we should use Unicode/Hexadecimal values - xcex96. We are doing like this s/&zeta1;/"xcexb6"/g; . This is working fine only for 2 characters such as xb6. How to use this in Perl? How to make use unicode value for zeta in Perl.Any kind of help will be appreciated.Thanks,Shiv
-
-
-
-
-
How to find type of variable?
How to find out whether reference is pointing to a scalar, array or hash?
-
-
-
-
-
-
-
-
How do you you check the return code of a command in Perl
Suppose you run a program/script in Perl:system("./server ....");How will you check the return code?
-
-
-
-
-
-
Install Perl module using CPAN
How to install Perl module using CPAN. How to include the module in a program?
Perl Interview Questions
Ans