Re: Lingua::Stem 0.83 module installation problem

2010-03-16 Thread Doug Cacialli
On Tue, Mar 16, 2010 at 9:13 PM, Doug Cacialli wrote: > On Tue, Mar 16, 2010 at 4:36 AM, Dermot wrote: >> On 16 March 2010 00:29, Doug Cacialli wrote: >>> Hello list, >> >>> >>> Building Lingua-Stem >>> Can't locate Lingua/Stem.pm in @INC (@INC contains: >>> C:/strawberry/perl/lib C:strawberry/p

Re: Lingua::Stem 0.83 module installation problem

2010-03-16 Thread Doug Cacialli
On Tue, Mar 16, 2010 at 4:36 AM, Dermot wrote: > On 16 March 2010 00:29, Doug Cacialli wrote: >> Hello list, > >> >> Building Lingua-Stem >> Can't locate Lingua/Stem.pm in @INC (@INC contains: >> C:/strawberry/perl/lib C:strawberry/perl/site/lib >> c:\strawberry\perl\vendor\lib .) at lib/Lingua/t

Re: running stats on a file

2010-03-16 Thread ben perl
Thanks Jim, Date::Parse worked. -Ben On Tue, Mar 16, 2010 at 2:32 PM, Jim Gibson wrote: > On 3/16/10 Tue Mar 16, 2010 2:05 PM, "ben perl" > scribbled: > > > Hi Jim, > > > > Thanks for the reply. This seem to work only if i am running perl on the > > machine itself. > > > > I am instead usin

Re: running stats on a file

2010-03-16 Thread Jim Gibson
On 3/16/10 Tue Mar 16, 2010 2:05 PM, "ben perl" scribbled: > Hi Jim, > > Thanks for the reply. This seem to work only if i am running perl on the > machine itself. > > I am instead using expect to ssh into this machine and run stat command and > use the output from that command to check the o

no lstat happens

2010-03-16 Thread Harry Putnam
I've finally gone on around the bend, I guess... I'm not seeing why the script below <./t2> doesn't show the value of $mode when fed by the ls cmd shown: (first, to shows whats here) ls -l *[eo2] -rw-r--r--+ 1 reader reader 5 Mar 16 15:26 one -rwxr-xr-x+ 1 reader reader 141 Mar 16 16:19

Re: running stats on a file

2010-03-16 Thread ben perl
Hi Jim, Thanks for the reply. This seem to work only if i am running perl on the machine itself. I am instead using expect to ssh into this machine and run stat command and use the output from that command to check the output of that stat command. Thanks, -Ben On Tue, Mar 16, 2010 at 1:31 PM,

Re: running stats on a file

2010-03-16 Thread Jim Gibson
On 3/16/10 Tue Mar 16, 2010 12:18 PM, "ben perl" scribbled: > Hi Everyone, > > I writing this program to check if a file is being touched (linux "touch" > command) every 25 seconds.I am using stat command on linux. > > For example(please check the bold), > > stat file > File: `file' >

running stats on a file

2010-03-16 Thread ben perl
Hi Everyone, I writing this program to check if a file is being touched (linux "touch" command) every 25 seconds.I am using stat command on linux. For example(please check the bold), stat file File: `file' Size: 0 Blocks: 0 IO Block: 4096 regular empty file Device:

Re: Any Good SCM tool to manage Perl Code locally

2010-03-16 Thread Dr.Ruud
Parag Kalra wrote: Although it is not related to Perl directly and might be little strange question but still thought of consulting Perl gurus. Here is the thing - I mainly code in Perl and Bash and I don't use any SCM tool. And the reason I don't use it is because even if I configure a SCM ser

Re: Any Good SCM tool to manage Perl Code locally

2010-03-16 Thread Jeremiah Foster
On Mar 16, 2010, at 7:44 AM, Parag Kalra wrote: > > Just couple of questions - How can I make my code readonly using Git such > that it can be edited only when it is checked out. If your code is 'readonly' then you cannot edit it. You cannot write to something that is read only. > > Also if I

Re: Any Good SCM tool to manage Perl Code locally

2010-03-16 Thread Robert Citek
On Sun, Mar 14, 2010 at 4:43 PM, David Christensen wrote: > Parag Kalra wrote: >> >> So wanted to know if it is a possible to use any free opensource tool to >> manage code (only locally) where actual and current code resides in >> different local directory and I can checkout code locally in some

New on http://perl-begin.org/ - more topical pages and pages for Perl uses

2010-03-16 Thread Shlomi Fish
Hi all! There are new additions to http://perl-begin.org/ , the site for Perl Beginners. Here is a summary of them: <<< ==16-March-2010: Topical and Uses Pages== We added a [http://perl-begin.org/uses/email/ a page about using Perl for E- mail processing], [http://perl-begin.org/uses/multitask

Re: Lingua::Stem 0.83 module installation problem

2010-03-16 Thread Dermot
On 16 March 2010 00:29, Doug Cacialli wrote: > Hello list, > > Building Lingua-Stem > Can't locate Lingua/Stem.pm in @INC (@INC contains: > C:/strawberry/perl/lib C:strawberry/perl/site/lib > c:\strawberry\perl\vendor\lib .) at lib/Lingua/test.pl line 2. > BEGIN failed--compilation aborted at lib

Re: Any Good SCM tool to manage Perl Code locally

2010-03-16 Thread Philip Potter
On 16 March 2010 06:44, Parag Kalra wrote: > Yes  I have started using Git and I am very happy with it so far. > > Just couple of questions - How can I make my code readonly using Git such > that it can be edited only when it is checked out. I don't understand the question. If you have source fil