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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: makarandmk
  • Content: Threads
  • Order by date
  1. makarandmk

    How do I execute command on different server thru CGI?

    Hi, In my cgi script, I want to do telnet or rsh to some different host and run the commands on that host. How do I do that? e.g. In my CGI script, there is one function called removeCase - sub removeCase { 01 I_WANT_TO_GO_TO_ONE_HOST;(want to do telnet/rsh) 02...
  2. makarandmk

    accepting array from command line

    I want to pass an array from CGI perl form and accept that array as a command line argument in other file. How do I do that? My code below: in CGI script I am calling some perl script with 4 parameters. e.g. sample.pl var1 var2 var3 array Now, in my sample.pl, how do I accept the 4th param? I...
  3. makarandmk

    How to get rid of "is_defaulted method no longer works"?

    Hi, While using XML-DOM-Parser's parsefile method, I am getting following errors on my scrren.. how do i get rid of it? see my code below: use XML::DOM; my $dom = new XML::DOM::Parser; my $doc = $dom->parsefile("some file name"); Errors I get: The is_defaulted method no longer...
  4. makarandmk

    how to pass array to a subroutine?

    Hi I am novice user of perl.. my q is how to pass an array to a subroutine and how we can access different values of the array in the subroutine?

Part and Inventory Search

Back
Top