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 |
How increment a character? For example, I give 'a' and I should get 'b'.
How to run a package in tcl
Which scripting language is better among TCL Perl and Python and why?
Set ip address as 10.30.20.1 write a script to replace the 30 with 40 ?
How to Swap 30 & 40 in IP address 192.30.40.1 using TCL script?
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
how to write the startup scripts in winrunner? can any body explain with example code?
Problems with utf-8 between Mac and PC
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 extract "information" from "ccccccccaaabbbbaaaabbinformationabcaaaaaabbbbbbbccbb" in tcl using a single command?
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
What does Tcl stand for?