How to recognize apache authentication

2011-04-07 Thread Shlomit Afgin
Hi, I want to build a script that only authenticate users can access. The authentication I want to use is Apache authentication. During the script I need to know the exact person that login. Is there any environment variable that keep this information? Thanks, Shlomit.

Re: How to recognize apache authentication

2011-04-07 Thread terry
于 2011-4-6 20:59, Shlomit Afgin 写道: I want to build a script that only authenticate users can access. The authentication I want to use is Apache authentication. During the script I need to know the exact person that login. Is there any environment variable that keep this information? You sh

inteligent DBI

2011-04-07 Thread marcos rebelo
Probably it is impossible, but it would be really usefull. I'm doing something like: my $sth = $dbh->prepare('INSERT INTO my_table(field_1) VALUES (?)'); $sth->bind_param( 1, 'pippo', { 'ora_type' => SQLT_BIN } ); $sth->execute; since I need to pass a parameter in the bind_param I would really

Re: @INC problem with ssh

2011-04-07 Thread Dermot
On 7 April 2011 00:24, C.DeRykus wrote: > On Apr 6, 7:45 am, paik...@gmail.com (Dermot) wrote: >> Hello All, >> >> I have a issue when I attempt to run a script on one host (B) that is >> called by ssh from other host (A). >> >> On host B, I have the script in /usr/local/bin/stuff.pl. The script >

Re: inteligent DBI

2011-04-07 Thread Rob Coops
Even if it is not possible at the moment you could always overwrite this function and make it work this way... I suspect it might be quite a bit of work, but certainly not impossible. After all you are programming anything you can think of can be done the only question is if it is worth the effort

Re: inteligent DBI

2011-04-07 Thread marcos rebelo
We have a internal wrapper, The problem is that doesn't work with Oracle ;) I'm implementing it now. Oracle madness Best Regards Marcos Rebelo On Thu, Apr 7, 2011 at 11:57, Rob Coops wrote: > Even if it is not possible at the moment you could always overwrite this > function and make it work th

Re: @INC problem with ssh

2011-04-07 Thread C.DeRykus
On Apr 7, 2:07 am, paik...@gmail.com (Dermot) wrote: > On 7 April 2011 00:24, C.DeRykus wrote: > > > > > > > > > > > On Apr 6, 7:45 am, paik...@gmail.com (Dermot) wrote: > >> Hello All, > > >> I have a issue when I attempt to run a script on one host (B) that is > >> called by ssh from other host

Re: How to recognize apache authentication

2011-04-07 Thread Olof Johansson
On 2011-04-06 15:59 +0300, Shlomit Afgin wrote: > I want to build a script that only authenticate users can access. > The authentication I want to use is Apache authentication. > During the script I need to know the exact person that login. > > Is there any environment variable that keep this

What's the best IDE in windows 7 for a beginner aiming at using Bioperl?

2011-04-07 Thread universe sheep
What's the best IDE in windows 7 for a beginner aiming at using Bioperl? Speed may be the first thing considered, and it will be better if it can download modules automatically. Thanks a lot

Re: @INC problem with ssh

2011-04-07 Thread Dermot
On 7 April 2011 12:33, C.DeRykus wrote: > On Apr 7, 2:07 am, paik...@gmail.com (Dermot) wrote: >> On 7 April 2011 00:24, C.DeRykus wrote: >> > On Apr 6, 7:45 am, paik...@gmail.com (Dermot) wrote: >> >> Hello All, >> >> >> I have a issue when I attempt to run a script on one host (B) that is >> >

Select equivalent in perl

2011-04-07 Thread Balaji krishnan
Hi folks I have been using shell script for my admin work and recently decided to use perl fo all my automation. So proud I did that. Quick question: I have been using "Select" function in shell to present menu to users. Do we have a "select" equivalent in perl? Or if I have a list of names in a

Re: Select equivalent in perl

2011-04-07 Thread Jim Gibson
On 4/7/11 Thu Apr 7, 2011 10:48 AM, "Balaji krishnan" scribbled: > Hi folks > > I have been using shell script for my admin work and recently decided to use > perl fo all my automation. So proud I did that. > > Quick question: I have been using "Select" function in shell to present > menu to

Re: Select equivalent in perl

2011-04-07 Thread Alan Haggai Alavi
Hello Balaji, I have been using shell script for my admin work and recently decided to use perl fo all my automation. So proud I did that. Nice to know that you have decided to use Perl. Quick question: I have been using "Select" function in shell to present menu to users. Do we have a "sel

Re: What's the best IDE in windows 7 for a beginner aiming at using Bioperl?

2011-04-07 Thread Shlomi Fish
Hi Mr./Ms. Sheep, On Thursday 07 Apr 2011 15:28:51 universe sheep wrote: > What's the best IDE in windows 7 for a beginner aiming at using Bioperl? > Speed may be the first thing considered, and it will be better if it can > download modules automatically. > Thanks a lot See: http://perl-beg

Re: What's the best IDE in windows 7 for a beginner aiming at using Bioperl?

2011-04-07 Thread Carlos Ivan Sosa
On 4/7/11, Shlomi Fish wrote: > Hi Mr./Ms. Sheep, > > On Thursday 07 Apr 2011 15:28:51 universe sheep wrote: >> What's the best IDE in windows 7 for a beginner aiming at using Bioperl? >> Speed may be the first thing considered, and it will be better if it can >> download modules automatically. >>

Re: What's the best IDE in windows 7 for a beginner aiming at using Bioperl?

2011-04-07 Thread Brandon McCaig
On Thu, Apr 7, 2011 at 4:25 PM, Carlos Ivan Sosa wrote: > On 4/7/11, Shlomi Fish wrote: >> I personally have been happily using GVim ( http://www.vim.org/ ) for a long >> while, which has a steep learning curve, but I'm on Linux, and use some >> other >> editors when appropriate. > > If you decid

Make Perl program released on windows

2011-04-07 Thread Jeff Pang
Hello, It's easy to write a program with Perl for dynamic DNS client on Windows. How to make this program as a standard product edition for Windows? I don't like to put some info like below in the README file. "You should install Perl Interpreter (for example, ActivePerl) on the system." Thanks.

Re: Make Perl program released on windows

2011-04-07 Thread Jeff Pang
2011/4/8 Jeff Pang : > I don't like to put some info like below in the README file. > "You should install Perl Interpreter (for example, ActivePerl) on the system." > I mean many users don't know how to install the ActivePerl on their operation systems. They even don't know what's Perl. But just