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 f
adable Everyone
Thanks you very much for all the responses.
ms
From: timothy adigun <2teezp...@gmail.com>
To: Michael Smith
Cc: "beginners@perl.org"
Sent: Saturday, February 2, 2013 11:40 AM
Subject: Re: getting perl to open pl file extension in XP
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 anythin
Hi
On Sat, Feb 2, 2013 at 5:29 PM, Michael Smith 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 contains GUItest and no
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 c:\au
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 instal
"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
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, but
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
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, chec
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
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 n
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 U
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 U
--- 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:
>
>
15 matches
Mail list logo