-
-
-
Rename Datastage jobs through perl
Please provide me Perl scriptwhich reads the data from xcel sheet and renames the dsx file.Process followed to rename is:make a list of old and new file names in xcel sheet.compare the old file name in the xcel sheet with dsx name.If both are equal then assign the new name to the dsx which is mentioned in the xcel sheet.Kindly please help me in this.Expecting a reply soon..
-
How to find type of variable?
How to find out whether reference is pointing to a scalar, array or hash?
-
-
PERL Symbol Table
What is Symbol table and how it Works?
-
-
Explain the difference between "my" and "local" variable scope declarations. ?
Both of them are used to declare local variables.The variables declared with "my" can live only within the block it was defined and cannot get its visibility inherited functions called within that block, but one defined with "local" can live within the block and have its visibility in the functions called within that block.
-
-
-
-
-
-
-
-
-
-
-
-
Perl Interview Questions
Ans