Re: different versions of same Perl module in different Apache vhosts

2004-06-05 Thread Andrew Gaffney
Philipp Traeder wrote: On Saturday 05 June 2004 HH:18:16, Andrew Gaffney wrote: I didn't really know where to post this since it isn't specifically Apache or Perl, so I'm posting herejust because :) I run 2 vhosts under Apache 1.3.29 (needed for mod_perl-1.x which is needed by HTML::Mason) on m

Re: Perl Search

2004-06-05 Thread John W. Krahn
Barbara Green wrote: > > Hi Folks Hello, > I'm new to Perl, just a few days into it. I would like to know now I > can search all files on a server perldoc File::Find > for names or numbers In the file name or in the file itself? perldoc perlre perldoc perlretut perldoc -f open perldoc perlo

RE: vi editor

2004-06-05 Thread John Pretti
-Original Message- From: aditi gupta [mailto:[EMAIL PROTECTED] Sent: Saturday, June 05, 2004 10:34 AM To: [EMAIL PROTECTED] Subject: vi editor hi, vi is used only in unix and linux.which editor can be used in windows and is better than notepad. thanx, aditi Yahoo! India Matrimony

Re: Perl Search

2004-06-05 Thread JupiterHost.Net
Barbara Green wrote: Hi Folks Hello, I'm new to Perl, just a few days into it. I would like to know now I can search all files on a server for names or numbers and have perl make a list of the found files. Try File::Find at http://search.cpan.org/ The examples there will help you on your way, a

Re: different versions of same Perl module in different Apache vhosts

2004-06-05 Thread Philipp Traeder
On Saturday 05 June 2004 HH:18:16, Andrew Gaffney wrote: > I didn't really know where to post this since it isn't specifically Apache > or Perl, so I'm posting herejust because :) > > I run 2 vhosts under Apache 1.3.29 (needed for mod_perl-1.x which is needed > by HTML::Mason) on my Gentoo serv

Perl Search

2004-06-05 Thread Barbara Green
Hi Folks I'm new to Perl, just a few days into it. I would like to know now I can search all files on a server for names or numbers and have perl make a list of the found files. cheers barbara -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [Perl-beginners] vi editor

2004-06-05 Thread Remko Lodder
Hi Aditi, aditi gupta wrote: hi, vi is used only in unix and linux.which editor can be used in windows and is better than notepad. That is not quite correct, there is vim for windows, it gives you vi on windows, though it's the enhanced version of VI, it gives you syntax highlighting etc. So p

Re: NET::FTP

2004-06-05 Thread Philipp Traeder
On Saturday 05 June 2004 HH:58:11, Edward Ludlow wrote: > philipp traeder wrote: > > "perldoc Net::FTP" is your friend - there you'll find documentation for > > the put() method, which should be what you want. > > Basically, you just need to extend your script a bit - something like: > > > > my $ft

Re: vi editor

2004-06-05 Thread John W. Krahn
Aditi gupta wrote: > > hi, Hello, > vi is used only in unix and linux. Not so! http://www.thomer.com/vi/vi.html#versions > which editor can be used in windows and is better than notepad. http://www.ultraedit.com/ http://slickedit.com/ John -- use Perl; program fulfillment -- To unsubscr

different versions of same Perl module in different Apache vhosts

2004-06-05 Thread Andrew Gaffney
I didn't really know where to post this since it isn't specifically Apache or Perl, so I'm posting herejust because :) I run 2 vhosts under Apache 1.3.29 (needed for mod_perl-1.x which is needed by HTML::Mason) on my Gentoo server. One vhost is the current production site and the other vhos

Open Perl IDE question??

2004-06-05 Thread Brian Lunergan
Hi: My setup is relatively simple so far. ActivePerl 5.8.3 on a Windows 98SE system. So far PerlTidy is the only module I've specifically added to the system using the nmake utility. I've lurking in the background for the past few weeks to get some ideas as to others to add which might be usef

Possible windows text editor Was: vi editor

2004-06-05 Thread Brian Lunergan
I use TextPad. It's shareware. Also has a number of good extensions that can be added for free to enhance its capabilities. Check it out at https://www.textpad.com/index.html. aditi gupta <[EMAIL PROTECTED]> wrote: hi, vi is used only in unix and linux.which editor can be used in windows and

Re: NET::FTP

2004-06-05 Thread Edward Ludlow
philipp traeder wrote: "perldoc Net::FTP" is your friend - there you'll find documentation for the put() method, which should be what you want. Basically, you just need to extend your script a bit - something like: my $ftp = Net::FTP->new(...); $ftp->login("username", "password"); # change the w

vi editor

2004-06-05 Thread aditi gupta
hi, vi is used only in unix and linux.which editor can be used in windows and is better than notepad. thanx, aditi Yahoo! India Matrimony: Find your partner online.

Re: Perldoc advice

2004-06-05 Thread Wiggins d'Anconia
Brian Volk wrote: Hi All, which perldoc (s) should I read if I'm going to be writing a program using regular expression? Substitutions - case shifting. I have a folder which contains thousands of text files. (short desc. for image files). I copied and pasted most of the short descriptions so some

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: NET::FTP

2004-06-05 Thread philipp traeder
On Saturday 05 June 2004 HH:28:05, Edward Ludlow wrote: > I'm a newbie to Perl - I'm having to dip in and try and do some coding > as I need a script that will move a file from one server to another. I > believe this can be done with the Net::FTP object. > I've played around whit this a fair bi

Perldoc advice

2004-06-05 Thread Brian Volk
Hi All, which perldoc (s) should I read if I'm going to be writing a program using regular expression? Substitutions - case shifting. I have a folder which contains thousands of text files. (short desc. for image files). I copied and pasted most of the short descriptions so some files are upper

RE: mime lite

2004-06-05 Thread Christopher Lyon
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, June 04, 2004 1:42 PM > To: [EMAIL PROTECTED] > Subject: RE:mime lite > > Does anyone see anything logically wrong with my code b/c I am still not > receiving the correct data in the email. The data i

RE: mime lite

2004-06-05 Thread Chris Lyon
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, June 04, 2004 1:42 PM > To: [EMAIL PROTECTED] > Subject: RE:mime lite > > Does anyone see anything logically wrong with my code b/c I am still not > receiving the correct data in the email. The data i

NET::FTP

2004-06-05 Thread Edward Ludlow
Hi all, I'm a newbie to Perl - I'm having to dip in and try and do some coding as I need a script that will move a file from one server to another. I believe this can be done with the Net::FTP object. I've played around whit this a fair bit, and I think this script should work.. #!/usr/bin/pe