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...
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
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...
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.