Ethen has asked for the wisdom of the Perl Monks concerning the following question:
I need to include this file in my Perl script. How to do it? Please assist.#! usr/bin/perl -w $Srvr_mngr = `C:\Siebel\WebClient\Bin\srvrmgr.exe`; $Server_name = "server"; $User_name = "user"; $Password = "password"; $List_of_Values = `C:\Siebel\WebClient\Bin\LOV.bat`; $Row_id = "Session id";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How ti include a file in Perl script
by moritz (Cardinal) on Jan 10, 2008 at 10:28 UTC | |
by bart (Canon) on Jan 10, 2008 at 12:28 UTC | |
|
Re: How ti include a file in Perl script
by siva kumar (Pilgrim) on Jan 10, 2008 at 11:11 UTC | |
|
Re: How ti include a file in Perl script
by samizdat (Vicar) on Jan 10, 2008 at 13:51 UTC | |
|
Re: How ti include a file in Perl script
by Saladino (Beadle) on Jan 10, 2008 at 14:38 UTC | |
by TGI (Parson) on Jan 11, 2008 at 06:22 UTC | |
by Saladino (Beadle) on Jan 11, 2008 at 08:15 UTC | |
by TGI (Parson) on Jan 11, 2008 at 16:20 UTC | |
by Saladino (Beadle) on Jan 10, 2008 at 14:40 UTC | |
by softworkz (Monk) on Jan 10, 2008 at 16:47 UTC |