Hi All ,
I am facing a problem . I have a proxy server which runs on port 8080 . I have my clients connecting to an backend application running on a linux machine which in turns connects to my proxy server ( on linux box - Rh 7.2 2.4.7 ) .
When I do a netstat on my proxy machine i see...
Hi All ,
I have a link in my page which points to an XML file in my tomcat web server. I want that when users click on that link they should get a Save As dialogue box which will save the file.
i tried with the SaveAs function on the OnClick button but that tries to Save te Html...
I am trying to upload a file onto the WEB server (Apache Tomcat 4.0.4) .Below is my code whic is giving me error:
URL url = new URL(webserver+"\\getXML.jsp");
String urlStr = url.toString();
System.out.println("URL::"+urlStr);
HttpURLConnection httpConn =...
Hi All ,
Going thru some site I chanced upon this excercise and found it be somewhat challenging. Will really appreciate if some one has inputs for this program.
PRoblem:
Create a class for the purpose of monitoring data coming from a named
pipe under Linux. Assume a daemon somewhere...
Thanks for the info . But there is a small problem.
Description: You are not allowed to access the document "http://www.vikul.com/<script>alert()</script>"
In this "http://www.vikul.com/<script>alert()</script>"
comes from a variable and I have no control over that I simply...
Description: You are not allowed to access the document http://www.vikul.com/<script>alert()</script>"
I need to display the full string in an HTML page but the script tags make the script to get executed.
The dispaly should be
Description: You are not allowed to access the document...
Hi All,
I am trying to run this
( echo 'alias ts="cd `cat /etc/traffic_server`";export ts' >>file1 )
command using the NET::Telnet cmd method.
$t->cmd(String=>'echo 'alias ts="cd `cat /etc/traffic_server`";export ts' >>file1');
It is giving me errors . Any idea how...
Hi all ,
I want to copy a file onto multiple linux and solaris machines. It should take the list of host m/c from a file which have the same root password.
I am totally new to scripting any help will be welcome.
rgds
Vikul
that was really gorgor, can u give me some insight into the
4 th question abt oops . Mike , that is no home work my company wanted some information abt perl thing , and me not being into it , thought of asking u guys abt it ....
rgds
Vikul
1. How do you enforce Perl code re-use?
2. How do you ensure your Perl code will require minimum maintenance in the future?
3. What measures do you use to make sure that your Perl code is efficient? Please provide details.
4. Do you enforce OO Perl concepts? When? How? And to what extent?
5...
Hi deniel,
I know that the program won't compile 'cause we have to fill the dashes in func1(-------------);
/* Call the array operation function func1 */
/* func1(----------------);*/
/* Do other computations */
DO U GET IT now ???
vikul
HI Denzil,
Thanks for the suggestion , but i belive apart from the function call nothing else can be changed ---this is the requirement . i can only fill change how i call the function if u read the question it is basically a fill in the blanks so i can just fill in func1(-------).I...
In the program below, the function "func1" operates on 2-D array of integers. The memory is allocated in the "main".
#define ROW (3)
#define COL (4)
#define ARRAY_SIZE (ROW*COL)
void func1(int matrix[][COL])
{
/* Matrix operation */
}
int main()
{
int * matrix =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.