Re: getting perl to open pl file extension in XP

2013-02-02 Thread timothy adigun
Hi On Sat, Feb 2, 2013 at 5:29 PM, Michael Smith sybersm...@yahoo.com wrote: I know get a new OS :) First I installed strawberry perl but it has no GUItest and I couldn't get guitest to install. Then I deleted strawberry and I installed padre-on-strawberry because it says it already

Re: getting perl to open pl file extension in XP

2013-02-02 Thread Brandon McCaig
On Sat, Feb 02, 2013 at 08:29:30AM -0800, Michael Smith wrote: First I installed strawberry perl but it has no GUItest and I couldn't get guitest to install. Then I deleted strawberry and I installed padre-on-strawberry because it says it already contains GUItest and now I can't get anything

Re: getting perl to open pl file extension in XP

2013-02-02 Thread Michael Smith
From: timothy adigun 2teezp...@gmail.com To: Michael Smith sybersm...@yahoo.com Cc: beginners@perl.org beginners@perl.org Sent: Saturday, February 2, 2013 11:40 AM Subject: Re: getting perl to open pl file extension in XP Hi On Sat, Feb 2, 2013 at 5:29 PM, Michael Smith sybersm

RE: getting perl to open pl file extension in XP

2013-02-02 Thread Govardhanan D
Smith, Can you please try by setting the path extension C:\set PATHEXT=%PATHEXT%;.pl Thank you Govardhanan D Excuse for Typos- Sent from Mobile. From: Michael Smith Sent: 03-02-2013 AM 03:24 To: beginners@perl.org Subject: Re: getting perl to open pl file

Re: Getting perl to work on windows 98 se

2004-11-07 Thread Alexander
On M$ systems I've only used ActivePerl. Here's what I can tell you: First, c:\Perl\bin should have been added to your %PATH environment variable by the installer. If not, you have to do so by hand. The quickest way is to add ;c:\Perl\bin to end of the line that begins with PATH= in your

Re: Getting perl to work on windows 98 se

2004-11-06 Thread Edward Wijaya
On Sat, 6 Nov 2004 22:15:43 -0800 (PST), mark McWilliams [EMAIL PROTECTED] wrote: Where should I look? There is a bin folder created when I tried to load perl but it does not have any subfolders in it. Yes, the are usually stored under C:/Perl/bin I can not find any /usr folder in the

Re: Getting Perl

2003-01-23 Thread Bob X
Beau E. Cox [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi - -Original Message- From: Scott Barnett [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 4:33 AM Hi All, Is there a free version of Perl that I can get that will run

RE: Getting Perl

2003-01-22 Thread Westgate, Jared
Scott Barnett wrote: Is there a free version of Perl that I can get that will run on Win98 machine. I want to start learning Perl. checked ActiveState but it looks like that is only a 15 or 30 day evaluation, I may be wrong? I assume you want a binary, not the source code? Well, check

RE: Getting Perl

2003-01-22 Thread Beau E. Cox
Hi - -Original Message- From: Scott Barnett [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 4:33 AM Hi All, Is there a free version of Perl that I can get that will run on Win98 machine. I want to start learning Perl. checked ActiveState but it looks like that is

Re: Getting Perl

2003-01-22 Thread David T-G
Scott -- ...and then Scott Barnett said... % % Hi All, Hi! % % Is there a free version of Perl that I can get that will run on Win98 machine. I want to start learning Perl. checked ActiveState but it looks like that is only a 15 or 30 day evaluation, I may be wrong? Looks like you are,

RE: Getting Perl to interact with passwd

2001-06-12 Thread Daniel Ames
On Tue, 12 Jun 2001, Paul wrote: --- Daniel Ames [EMAIL PROTECTED] wrote: Hi all, This was brought up before, but the archives didn't really answer my question. I'm trying to get my script to reset a password for me via the passwd command. Keep in mind, I'm very new, so if this is

Re: Getting Perl to interact with passwd

2001-06-11 Thread Paul
--- Daniel Ames [EMAIL PROTECTED] wrote: Hi all, This was brought up before, but the archives didn't really answer my question. I'm trying to get my script to reset a password for me via the passwd command. Keep in mind, I'm very new, so if this is dumb, try not to laugh:

Re: Getting Perl to interact with passwd

2001-06-11 Thread Peter Scott
At 01:14 PM 6/11/01 -0700, Paul wrote: #!/usr/bin/perl open(handle, | passwd joeuser); print handle password\n; print handle password\n; close(handle); Here's what it spits out: Changing password for user joeuser New UNIX password: Retype new UNIX password: New UNIX

RE: Getting Perl to interact with passwd

2001-06-11 Thread Daniel Ames
At 01:14 PM 6/11/01 -0700, Paul wrote: #!/usr/bin/perl open(handle, | passwd joeuser); print handle password\n; print handle password\n; close(handle); Here's what it spits out: Changing password for user joeuser New UNIX password: Retype new UNIX password: New UNIX