What is the difference between having a parenthesis after
module name and without parenthsis after module name??
i.e Package::Module();
and
Package::Module;
I have one question regarding to eval function.
I know eval function is use for error checking but I am not
able to understand below line.
eval \'exec perl -S $0 ${1+\"$@\"}\'
if 0;
$0 for script name
$@ set if error occur
Java Server Page I can use a function in two ways:
Either I declare
<jsp:useBean id="myBean" scope="session"
class="mypack.mysubpack.MyClass" />
or I declare
<%@ page import = "mypack.mysubpack.MyClass" %>
In each case I can call a function later by coding
MyClass.myFunction();
So what is the difference between the two variantes?
Why are Beans invented if we don't need them because we
have the import statement ?
please guide me its an humble request to you reader if u
know n i'll be thankful to you...........
How can I implement the function overloading in Perl ? I
read about the operator overloading, I do not know how to
implement the function overloading. Thanks in advance ?
130
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
100
Hi, Anybody could tell me What is the 3rd Largest Number in
the series..Thanks in Advance..
Plzzzzzzz can any one tell me which is the best institute
in hyderabad for learing VBScript. plz do answer guys its
urgent plzzzzzzz. thanks in advance.
166
Write a program in asp to find out the leap year. [Accept
the year from the user ]
How to disable the mod_perl from apache_server as i have
used perlfect search on the site and its pagination is not
working and the remedy is to disable the mod_perl.
46
what is used of Property........End Property loop ? how to
write the script for it?
178
How can I break Search
123
I need to get some data from data base and store this
(retrieved) data in a excel sheet using VB script in QTP9.0
I have created connection for data base
I have created as excels sheet by using
Set XL=CreateObject("Excel.Application")
XLworksheet.cells(1,1).value= rs.fields.item("<<The
data retrieved from data base >>")
I have taken a for loop and changed the cells values (1 as
i and another 1 as j)
But still I am not able to get
Plz kindly tell me know this . It is very urgent
162
how to send more values through respnseText
21
write a Perl script to find a particular word in a paragraph???
49
Could Anybody tell me the Script for REVERSE an Interger
int reverse(int num) Ex:246 to 642.. Thanks in Advance.
For a webbased application:-
what should be code in expert veiw, for retrieving a
single column name "username" from a server and checking
whether exported "username" from datatable doesn't exist in
server.
suppose i have saved in excelsheet a username="gayatri" ,
which is exported, then checked for whether this
username "gayatri" exist in server database or not ? if
exist then allow to enter new username, which should be
again checked for in loop , or else come out of loop and
enter a distinct "username".
plz let me have this answer in my id
gayatrisahooin@hotmail.com
133
I Am Planning to Write ISTQB foundation level
Ceritification of inida.
can Any Body let me know how to prepare for it & Any Study
material can you provide or Any other E-books i should need
to Study.
Please Mail to me ajaybe_2004@yahoo.co.in
THnaks in advance
Ajay
80
how to set one column as primary key in QTP and fetch
values accordingly
155
how to delete windows application in vs.net
140
why do u need an ANT?
23
a function that takes an integer array as an argument and
returns the largest value in the array. Use the function in
a program
236
How should i Create Email invite with server-side Coding?