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 MikeeOK 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: juanmj
  • Content: Threads
  • Order by date
  1. juanmj

    Permantly Setting AIX enviroment variables from a Perl Script...

    Hi... Does anyone know how to actually, set an ENVIROMENT variable in a Perl script, so that it stays "SET" in the actual OS enviroment once the script is finished running? Example: If I use in my script: $ENV{"PATH"}="/foo/folder"; Once the script runs...
  2. juanmj

    Piping a System commmand to a Perl variable...

    Hi, I want to be able to obtain the output of a system command to a perl variable .. Example: Something like this: my $variable = system ("users"); But what I want in the variable is the output of the executed system command "users"... Any Ideas??? Thanks ....
  3. juanmj

    How do I call a korn shell script from perl?

    I've tried using the perl system command to call a korn shell script which among other things basically it sets some paths and it takes 2 parameters as input... When I callit manually from a terminal it works fine, but when calling it from a perl script it does not set my paths as desired...

Part and Inventory Search

Back
Top