Re: Perl command

2004-02-20 Thread Wiggins d Anconia
> Hi, > > I recently started using Perl to write an installation script. > Can anyone tell me how I could get an RPM package installed using Perl? > > In addition, how can the package dependencies be dealt with? > I have tried insalling a package with the command: > > $cmd = `rpm

RE: perl command line not working

2003-01-07 Thread Paul Kraus
are your running your apps with Perl as the command. Perl myscript.pl > -Original Message- > From: Patricia Hinman [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 07, 2003 11:37 AM > To: [EMAIL PROTECTED] > Subject: perl command line not working > > > I've intstalled the binary d

RE: perl command line not working

2003-01-07 Thread Dan Muey
1) Probably so that when your computer is running so is your webserver, why else have a web server installed? Probably need to ask an apache list though. 2) Can you run it with the entire path the same way you'd run other programs at the prompt? -Original Message- From: Patricia Hinman