Which scripting language is better among TCL Perl and Python and why?
Answer / krishna
It is my opinion that on which task I have to use which language.
Is This Answer Correct ? | 1 Yes | 1 No |
Which scripting language is better among TCL Perl and Python and why?
Write a program to increment IP address to +10 and verify it is correct ip or not ?? example my ip is 172.122.132.143 increment this ip to +10 and verify it is valid ip or not
Write a proc to increment the ip by the given no. of times. The incremented IPs should be a valid one. Ex: proc <name> {ip no_of_incrments} { body }
how to increment eacl element in a list ? eg: incrlist {1 2 3} =>2 3 4
How to get the next ip for given ip ex: 10.10.10.1 -> 10.10.10.2 ex: 10.10.10.255 -> 10.10.11.0
write a regular expressions to fetch all the valid ip's
How to extract "information" from "ccccccccaaabbbbaaaabbinformationabcaaaaaabbbbbbbccbb" in tcl using a single command?
WHAT IS TCL?
{Anu Anudeep Anukumar Amar Amaravathi Aruna} is their any possibility to find the letter "a"in the given list? if yes how?
Test case on windows calculator?
how to write the startup scripts in winrunner? can any body explain with example code?
if i give in numbers output should be in characters example : set a 23 o/p twentythree