Re: reading directories using perl in windows

2016-03-13 Thread Shawn H Corey
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

Re: reading directories using perl in windows

2016-03-13 Thread Mike Flannigan
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

Re: reading directories using perl in windows

2016-03-01 Thread Shawn H Corey
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.

Re: reading directories using perl in windows

2016-03-01 Thread Kent Fredric
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

Re: reading directories using perl in windows

2016-03-01 Thread Akshay Mohit
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 );

Re: reading directories using perl in windows

2016-03-01 Thread Raj Barath
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

reading directories using perl in windows

2016-03-01 Thread Arghya Das
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.

RE: How can we Install Perl in Windows

2008-07-17 Thread Thomas Bätzler
[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/

Re: How can we Install Perl in Windows

2008-07-17 Thread Amit Saxena
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

Re: How can we Install Perl in Windows

2008-07-17 Thread yitzle
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/

Re: How can we Install Perl in Windows

2008-07-17 Thread Sivasakthi
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

RE: How can we Install Perl in Windows

2008-07-17 Thread sanket vaidya
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.

Re: How can we Install Perl in Windows

2008-07-17 Thread Sivasakthi
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

RE: How can we Install Perl in Windows

2008-07-17 Thread sanket vaidya
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

Re: How can we Install Perl in Windows

2008-07-17 Thread Sivasakthi
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

RE: How can we Install Perl in Windows

2008-07-17 Thread sanket vaidya
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 --

Re: How can we Install Perl in Windows

2008-07-17 Thread Amit Saxena
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 > &

How can we Install Perl in Windows

2008-07-17 Thread Sivasakthi
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/

RE: how to use perl in windows

2004-06-06 Thread Tim Johnson
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

Re: how to use perl in windows

2004-06-06 Thread David Storrs
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

how to use perl in windows

2004-06-05 Thread aditi gupta
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

RE: Trying PERL in windows

2002-12-04 Thread Goveia, William P
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

RE: Trying PERL in windows

2002-12-04 Thread wiggins
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

RE: Trying PERL in windows

2002-12-04 Thread Matthew Martin
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

Trying PERL in windows

2002-12-04 Thread Ramón Chávez
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

RE: Perl In Windows

2002-03-30 Thread Timothy Johnson
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

Perl In Windows

2002-03-29 Thread AndrewMcHorney
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.

Re: using perl in windows

2001-10-31 Thread Jenda Krynicky
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

using perl in windows

2001-10-31 Thread Gary M Rocco
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