what is the difference b/w coldfusion MX 6 and Coldfusion
MX 7?
Answer / praveen
Windows authentication introduced
thorough "cfntauthenticate" tag
cfcompile utility introduced which used for Sourceless
deployment
Administrator API: Change ColdFusion settings
programmatically, without logging into the CF Administrator.
Gateways: SMS, IM (based on Extensible Messaging and
Presence Protocol) gateways introduced
| Is This Answer Correct ? | 0 Yes | 1 No |
Try pattern matching for the following: 1) 10.111.23.11 2) /root/abc/cde/fgg/ac.xml --> Get file name without extention. 3) /root/abc/ac.xml/fgg/ac.xml --> Get file name without extention. 4) What does "DIE" meant in PERL? 5) chomp 6) "This is saturday" --> Print the weekday number. 7) 11-2-2009 --> Print the name of the month. 8) Reverse the string without using func in C.
What is -> symbol in perl?
What is the use of command “use strict”?
How can memory be managed in Perl?
When does circular reference occur?
How do I print the entire contents of an array with Perl?
How do I replace every TAB character in a file with a comma?
What are the options that can be used to avoid logic errors in perl?
I have created a CGI-based page,after entering all the values in to the fields, How to get the output on the web browser using Perl
Explain about the applications of perl?
How can we create perl programs in unix, windows nt, macintosh and os/2 ?
What does the qq{ } operator do?