Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by 0608sonika

  1. 0608sonika

    Perl script to launch application from web browser

    This is the perl script i have written:\\ #!/usr/local/bin/perl # begin CGI output print("Content-type:text/html\n\n"); # print("$date \n"); $foo ="/opt/Acrobat/bin/acroread"; # Start the application $status1 = system($foo)...
  2. 0608sonika

    Perl script to launch application from web browser

    Hi, I need to execute a shell script to start a tool on unix.I want to do this form a web page .ie. launch an application from web browser ( mozilla). So i have written the command in a perl script which works fine from command prompt , but doesent show the tool from web page. It just shows the...

Part and Inventory Search

Back
Top