rl.org wrote:
> > Subject:
> > Re: reading directories using perl in windows
> > From:
> > Akshay Mohit
> > Date:
> > 3/1/2016 4:49 AM
> >
> > To:
> > Arghya Das
> > CC:
> > Perl Beginners
> >
> >
> > Could you
perl in windows
From:
Akshay Mohit
Date:
3/1/2016 4:49 AM
To:
Arghya Das
CC:
Perl Beginners
Could you please send the exact error which you are getting as I
Copy/Pasted the exact code which you had given and it is working
properly for me. I have only given the directory which is present in
my
On Tue, 1 Mar 2016 15:53:15 +0530
Arghya Das wrote:
> use warnings;
>
> $dir = "c:/folder/*";my @files = glob( $dir );
> foreach (@files ){
>print $_ . "\n";}
>
>
> i am trying to read windows directory using above code but it gives
> errors in recognising tthe directory path. please help.
On 1 March 2016 at 23:23, Arghya Das wrote:
> $dir = "c:/folder/*";
> my @files = glob( $dir );
>
> foreach (@files ){
>print $_ . "\n";
> }
Personally, I would have used either Path::Tiny, or at least, readdir() here.
There's far few places that can lead to strange bugs and security
holes
Could you please send the exact error which you are getting as I
Copy/Pasted the exact code which you had given and it is working properly
for me. I have only given the directory which is present in my system.
use strict;
use warnings;
my $dir = "C:/Python_Exercise/*";
my @files = glob( $dir );
Try using readdir http://perldoc.perl.org/functions/readdir.html
On Tue, Mar 1, 2016, 5:24 AM Arghya Das
mailto:arghya0...@gmail.com>> wrote:
use warnings;
$dir = "c:/folder/*";
my @files = glob( $dir );
foreach (@files ){
print $_ . "\n";
}
i am trying to read windows directory using abo
use warnings;
$dir = "c:/folder/*";my @files = glob( $dir );
foreach (@files ){
print $_ . "\n";}
i am trying to read windows directory using above code but it gives
errors in recognising tthe directory path. please help.
[EMAIL PROTECTED] wrote:
> No one here believes in the CygWin package?
Four words: wart on a wart.
Cheers,
Thomas
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/
On Thu, Jul 17, 2008 at 6:55 PM, yitzle <[EMAIL PROTECTED]>
wrote:
> No one here believes in the CygWin package?
>
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> http://learn.perl.org/
>
>
>
I feel for Perl on windows platform, more people a
No one here believes in the CygWin package?
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/
sanket vaidya wrote:
Open this link: http://www.activestate.com/Products/activeperl/index.mhtml
Click on "Get ActivePerl". Follow the procedure for download. Try
Downloading "MSI" if u have downloaded "AS package" or vice-versa
I can able to installed now..Its working..
Thanks..
--
To un
AIL PROTECTED]
Sent: Thursday, July 17, 2008 2:42 PM
To: sanket vaidya
Cc: 'Perl'
Subject: Re: How can we Install Perl in Windows
sanket vaidya wrote:
> Yes it is a free download
>
>
I have downloaded the Active Perl from
http://downloads.activestate.com/ActivePerl/Windows/5.
sanket vaidya wrote:
Yes it is a free download
I have downloaded the Active Perl from
http://downloads.activestate.com/ActivePerl/Windows/5.10/ActivePerl-5.10.0.1003-MSWin32-x86-285500.msi
and tried to install, it says ''This installation page could not be
opened.Contact the Application
Yes it is a free download
-Original Message-
From: Sivasakthi [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 17, 2008 2:14 PM
To: sanket vaidya
Cc: 'Perl'
Subject: Re: How can we Install Perl in Windows
sanket vaidya wrote:
> Download Latest version of ActivePerl for
sanket vaidya wrote:
Download Latest version of ActivePerl for windows from
http://www.activestate.com.
Unzip the file. Click on installer.bat & Follow the instructions.
You require Apache or IIS only for CGI scripting. You can run other programs
without that.
is that not a free downlo
ilto:[EMAIL PROTECTED]
Sent: Thursday, July 17, 2008 12:54 PM
To: Perl
Subject: How can we Install Perl in Windows
Hi all,
How can we install perl in windows system?
Let me know the steps or direct me right document..
before that is it necessary to installing the IIS?
Thanks,
Siva
--
On Thu, Jul 17, 2008 at 12:53 PM, Sivasakthi <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> How can we install perl in windows system?
>
> Let me know the steps or direct me right document..
> before that is it necessary to installing the IIS?
>
> Thanks,
> Siva
>
&
Hi all,
How can we install perl in windows system?
Let me know the steps or direct me right document..
before that is it necessary to installing the IIS?
Thanks,
Siva
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/
Cc:
Subject: how to use perl in windows
hi,
for writing perl programs,notepad is used.But what should be done to execute
the programs?
Also,how can i take input from online databases?like,if i have to get a
gene seq
On Sat, Jun 05, 2004 at 02:38:06PM +0100, aditi gupta wrote:
> hi,
>
> for writing perl programs,notepad is used.But what should be done to execute the
> programs?
What I generally do is to open a DOS window and type 'perl '. So, if I want to run foo.pl, I type: perl foo.pl
> Also
hi,
for writing perl programs,notepad is used.But what should be done to execute the
programs?
Also,how can i take input from online databases?like,if i have to get a
gene sequence from Genbank,what command should i write in program?
thanx in advance,
aditi
Yahoo! India Matrimony: Find y
L PROTECTED] || http://bill.goveia.com
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 04, 2002 8:40 AM
To: [EMAIL PROTECTED]
Subject: RE: Trying PERL in windows
You may also want to check out the cygwin project from Red Hat. Will better emul
27;m told.
>
> Thanks
>
> Matt
>
> -Original Message-
> From: Ramón Chávez [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, December 04, 2002 7:30 AM
> To: [EMAIL PROTECTED]
> Subject: Trying PERL in windows
>
> Hello everybody.
>
> Does any of you know if
Sent: Wednesday, December 04, 2002 7:30 AM
To: [EMAIL PROTECTED]
Subject: Trying PERL in windows
Hello everybody.
Does any of you know if there's a way to try Perl scripts on windows? And
I'm not meaning using a Perl interpreter for W32.
I mean, I'm running a website hosted on a remote
Hello everybody.
Does any of you know if there's a way to try Perl scripts on windows? And
I'm not meaning using a Perl interpreter for W32.
I mean, I'm running a website hosted on a remote server (I have FTP access
only) that's running Apache on Linux. And I'm using some Perl scripts from
the web
Check out ActiveState's ActivePerl. It has become the de facto standard for
Win32 Perl. http://www.activestate.com
-Original Message-
From: AndrewMcHorney
To: [EMAIL PROTECTED]
Sent: 3/29/02 11:17 PM
Subject: Perl In Windows
I am starting a perl programming class next Tuesd
I am starting a perl programming class next Tuesday. I know perl runs under
unix. I would like to do some of the homework on windows. What do I need to
download and install to execute perl programs under windows 98. I am
looking for something for free, not a disk hog, easy to install and use.
From: "Gary M Rocco" <[EMAIL PROTECTED]>
> How can perl be used to manipulate windows?
You need Win32::Setupsup
May be installed by PPM from http://Jenda.Krynicky.cz/perl :
ppm install --location=http://Jenda.Krynicky.cz/perl Win32-
Setupsup
HTH, Jenda
=== [EMAIL
Hi!
How can perl be used to manipulate windows? Specifically--if I have an open window
that has been minimized, can I restore it using a perl program? What instructions or
modules are available to perform mouse/keyboard input? When I seach the FAQs, the
results I find seem to be related to
29 matches
Mail list logo