Hi all,
Is there any certification exams available for TCL and Perl.
If so please let me know, my mailid is vpbharathi@gmail.com.
Thanks in advance,
Bharathi.P
As of now, TCL and Perl are scripting languages. There is no certification on this simple scripting language. Certification exams exist only for Microsoft products ,Oracle certification, SAP/CRM certifications etc., where in these vast knowledge on products and development methods needs one to go for certification to recruit 'Technical-specialist' in chosen subject.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to run a package in tcl
How increment a character? For example, I give 'a' and I should get 'b'.
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 }
Set ip address as 10.30.20.1 write a script to replace the 30 with 40 ?
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 do you check whether a string is palindrome or not using TCL script?
write a program to the given ip is valid private address or not(192.168.1.1)?
How to Swap 30 & 40 in IP address 192.30.40.1 using TCL script?
if i give in numbers output should be in characters example : set a 23 o/p twentythree
WHAT IS TCL?
Problems with utf-8 between Mac and PC