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!

Recent content by kraj123

  1. kraj123

    How to Find ,if already a environment variable is set in hash table

    Hi Kavin, Now, I am what I am trying is.... I am putting all environment variables in config file. Then with the below code trying to read that in perl file and put entry in perl hash table , so that those env variables can be accessed by any script. if (open(APPCF...
  2. kraj123

    How to Find ,if already a environment variable is set in hash table

    Kevin, I really appreciate for your response... Yes kevin exactly...but with your same if condition, I want to first connect to a server by giving server name, then using query , I want to find for multiple environment variables, that the value has been set already in hash map in perl.
  3. kraj123

    How to Find ,if already a environment variable is set in hash table

    Hi Kevin, thanks...yes i tried it. But now the problem is how do i know that the value for for instance how to find arpp ='something' is already set in hash table or not.... just if we try print $ENV{'arapp'}, if some value comes up..then it is already set... also i want to know this option...
  4. kraj123

    How to Find ,if already a environment variable is set in hash table

    Hi, I am new to perl. Thanks for the response. Actually I have a windows batch script. I want to write the same script as perl script. I am pasting the batch script below....in that first i have to set environment variable in perl as in the batch script. so for that i have check if those...
  5. kraj123

    How to Find ,if already a environment variable is set in hash table

    Hi, How to Find ,if already a environment variable is set in hash table in perl. Actually i want to check if a environmental variable in perl script, which is present in oracle database has been already set its path in hash table in perl. that is i have to query the database server and check...
  6. kraj123

    automating snapshots by perl script

    Hi Mike, Thanks for the reply. Yes u ar rihht. I want to access csv files from database. They are nothing but forms. then i convert to export file, and then to def files. Then i check this with similar current system files of those def files.. The diff is put in repository. This a snapshot...
  7. kraj123

    automating snapshots by perl script

    Hi Friends, I would apprciate, if anyone could help me out regarding coding tips for writing a perl script for automating a snapshot process. Snapshot is nothing but capturingn forms from different language database like russia,japan..which are in csv file taken as input and comparing with...

Part and Inventory Search

Back
Top