Re: covert perl code to binary

2019-01-17 Thread Shlomi Fish
e passwords, api keys, etc) in your code, then you have a > > fundamental design issue that needs to be fixed. > > > > > > Decompiling C/C++/asm code in a form that can be re-compiled again is hard > to do for most programmers. > Finding/unhiding the provided P

Re: covert perl code to binary

2019-01-17 Thread Octavian Rasnita
ost programmers. Finding/unhiding the provided Perl code is not as hard. So the real answer is that if the protection of the source code is so important, then Perl is not an appropriate programming language for this, because it doesn't have a way of compiling the code and storing it in files tha

Re: covert perl code to binary

2019-01-17 Thread Chas. Owens
> > > On 1/11/2019 6:57 AM, Andrew Solomon wrote: > > Just a warning - I'm no expert on this topic, but it was such an interesting > question I decided to find out for myself :-) > > I installed B::C and ran > https://metacpan.org/pod/distribution/B-C/script/perlc

Re: covert perl code to binary

2019-01-17 Thread Chas. Owens
uld Acme::Bleach do the trick? Or something >> similar? >> >> :) >> >> On Fri, Jan 11, 2019, 5:01 AM Uday Vernekar >> >>> Hi all, >>> >>> I have a perl code which I need to covert to binary so that nobody can see >>> the code. >>> >

Re: covert perl code to binary

2019-01-17 Thread Uday Vernekar
t; I installed B::C and ran https://metacpan.org/pod/distribution/B-C/script/ > perlcc.PL > > It actually does the compilation - as opposed to pp which is just > packaging it - so you don't see the perl code of the source file. > > Does that resolve your question? > > Andr

Re: covert perl code to binary

2019-01-13 Thread Uday Vernekar
uot;nobody"? Would Acme::Bleach do the trick? Or something > similar? > > :) > > On Fri, Jan 11, 2019, 5:01 AM Uday Vernekar >> Hi all, >> >> I have a perl code which I need to covert to binary so that nobody can >> see the code. >> >> we use

Re: covert perl code to binary

2019-01-11 Thread Mike Flannigan
/script/perlcc.PL It actually does the compilation - as opposed to pp which is just packaging it - so you don't see the perl code of the source file. Does that resolve your question? Andrew On Fri, Jan 11, 2019 at 9:59 AM Uday Vernekar mailto:vernekaru...@gmail.com>> wrote:

Re: covert perl code to binary

2019-01-11 Thread Mike Flannigan
Thanks.  On Windows I did 'cpan install B::C' and it went on and on with many test fails. After about 3 minutes it threw a 'Perl interpreter has stopped working' error (details below) and when I closed that box it continued with the test fails for another 3+ minutes and then stopped (it was proba

Re: covert perl code to binary

2019-01-11 Thread Bruce Ferrell
alled B::C and ran https://metacpan.org/pod/distribution/B-C/script/perlcc.PL It actually does the compilation - as opposed to pp which is just packaging it - so you don't see the perl code of the source file. Does that resolve your question? Andrew On Fri, Jan 11, 2019 at 9:59 A

Re: covert perl code to binary

2019-01-11 Thread Andrew Solomon
pe perlcc -o hello.exe hello.pl? > > Does all this work on Windows? My guess is Yes. > > > Mike > > > On 1/11/2019 6:57 AM, Andrew Solomon wrote: > > Just a warning - I'm no expert on this topic, but it was such an > interesting question I decided to find out fo

Re: covert perl code to binary

2019-01-11 Thread Mike Flannigan
nteresting question I decided to find out for myself :-) I installed B::C and ran https://metacpan.org/pod/distribution/B-C/script/perlcc.PL It actually does the compilation - as opposed to pp which is just packaging it - so you don't see the perl code of the source file. Does th

Re: covert perl code to binary

2019-01-11 Thread David Mertens
How dumb is your "nobody"? Would Acme::Bleach do the trick? Or something similar? :) On Fri, Jan 11, 2019, 5:01 AM Uday Vernekar Hi all, > > I have a perl code which I need to covert to binary so that nobody can see > the code. > > we used pp package to make the perl

Re: covert perl code to binary

2019-01-11 Thread Andrew Solomon
o you don't see the perl code of the source file. Does that resolve your question? Andrew On Fri, Jan 11, 2019 at 9:59 AM Uday Vernekar wrote: > Hi all, > > I have a perl code which I need to covert to binary so that nobody can see > the code. > > we used pp package to m

Re: covert perl code to binary

2019-01-11 Thread Shlomi Fish
Hi Uday, On Fri, 11 Jan 2019 15:29:23 +0530 Uday Vernekar wrote: > Hi all, > > I have a perl code which I need to covert to binary so that nobody can see > the code. > > we used pp package to make the perl code binary but here the user can see > the code which gets crea

covert perl code to binary

2019-01-11 Thread Uday Vernekar
Hi all, I have a perl code which I need to covert to binary so that nobody can see the code. we used pp package to make the perl code binary but here the user can see the code which gets created in tmp. Need help if anybody knows kindly reply With regards Uday V G

Re: perl code for geometric hashing

2013-11-12 Thread Shlomi Fish
Hi Gurunath, On Tue, 12 Nov 2013 11:38:48 +0530 Gurunath Katagi wrote: > Dear all, > I want to write a program for geometric hashing in perl. Does anyone know, > if this is a part of any perl module or someone has written the code > sometime... > This search does not find anything: https://met

perl code for geometric hashing

2013-11-11 Thread Gurunath Katagi
Dear all, I want to write a program for geometric hashing in perl. Does anyone know, if this is a part of any perl module or someone has written the code sometime... The algorithm for the geometric hashing is provided in this paper : http://graphics.stanford.edu/courses/cs468-01-winter/papers/wr-g

Re: Selling Perl Code

2013-02-23 Thread rjc
On Fri, Feb 22, 2013 at 07:20:55PM GMT, Bill Stephenson wrote: > Thank you for the info Raf. I had no idea the client (or the list) was > doing that. No worries. Most people don't know what email headers are, let alone what their function is. > I was being lazy... Aren't we all at times ;^) >

Re: Selling Perl Code

2013-02-22 Thread Bill Stephenson
On Feb 22, 2013, at 3:59 AM, rjc wrote: > Hi Bill, > > This is a kind request directed to you but also to everyone else to > consider starting a new thread with a new message sent to the mailing > list rather than replying to a previous email and changing the Subject: > line. > > The rationale b

Re: Selling Perl Code

2013-02-22 Thread rjc
Hi Bill, This is a kind request directed to you but also to everyone else to consider starting a new thread with a new message sent to the mailing list rather than replying to a previous email and changing the Subject: line. The rationale behind it is the fact that many email clients but also mai

Re: Selling Perl Code

2013-02-20 Thread John SJ Anderson
On Feb 20, 2013, at 6:02 PM, Bill Stephenson wrote: > The "obfuscating code" thread touch on the larger point of selling an app > written in perl. I'd like to discuss that a bit because I have some thoughts > and questions. Putting on my List Mom hat, I have to say that this is off topic for

Selling Perl Code

2013-02-20 Thread Bill Stephenson
The "obfuscating code" thread touch on the larger point of selling an app written in perl. I'd like to discuss that a bit because I have some thoughts and questions. I don't really mind if someone buys my app code and then customizes it for their purposes. That's actually a great thing for the

Re: Perl Code

2012-09-09 Thread Chris Nehren
On Sun, Sep 09, 2012 at 18:19:32 -0400 , shawn wilson wrote: > On Sun, Sep 9, 2012 at 5:20 PM, Jenda Krynicky wrote: > > > Actually ... what percentage of websites doing email address > > validation in their forms do you think validate according to the RFC? > > 0.001%? > > > > i've never seen an

Re: Perl Code

2012-09-09 Thread shawn wilson
On Sun, Sep 9, 2012 at 5:20 PM, Jenda Krynicky wrote: > Actually ... what percentage of websites doing email address > validation in their forms do you think validate according to the RFC? > 0.001%? > i've never seen anyone do it correct in production. -- To unsubscribe, e-mail: beginners-unsu

Re: Perl Code

2012-09-09 Thread Jenda Krynicky
From: Chris Nehren > On Wed, Aug 29, 2012 at 09:59:22 -0700 , John SJ Anderson wrote: > > On Wednesday, August 29, 2012 at 9:46 AM, Ashwin Rao T wrote: > > > 1)Check if IP address is in the range 172.125.1.0 and 172.125.25.0 using > > > only > > > return functions & regular expressions in Perl. >

Re: Perl Code

2012-09-01 Thread Dr.Ruud
On 2012-08-29 18:46, Ashwin Rao T wrote: 3)Check if email address is valid using only return functions and regular expressions in Perl. It has been tried: http://www.regular-expressions.info/email.html http://ex-parrot.com/~pdw/Mail-RFC822-Address.html http://stackoverflow.com/questions/201

Re: Perl Code

2012-08-31 Thread Peter Scott
On Sat, 01 Sep 2012 04:05:31 +, Peter Scott wrote: > On 2012-08-29, at 12:46 PM, Ashwin Rao T wrote: >> 1)Check if IP address is in the range 172.125.1.0 and 172.125.25.0 >> using only return functions & regular expressions in Perl. > > /\b172\.125\.(\d+)\.((?>\d+))(??{(1<=$1 && $1<=24 && 0<

Re: Perl Code

2012-08-31 Thread Peter Scott
On 2012-08-29, at 12:46 PM, Ashwin Rao T wrote: > 1)Check if IP address is in the range 172.125.1.0 and 172.125.25.0 > using only return functions & regular expressions in Perl. /\b172\.125\.(\d+)\.((?>\d+))(??{(1<=$1 && $1<=24 && 0<=$2 && $2<=255)|| ($1==25 && $2==0) ? "" : "(*FAIL)"})/ and say

Re: Perl Code

2012-08-31 Thread shawn wilson
of course it's homework. though if the student would be so kind to inform the list what the class's (and instructor's) best answer is to #3, i'll be able to inform them whether the class is worth staying in. seriously, it's a much harder question than it seems. also, the cool way of answering #1 w

Re: Perl Code

2012-08-31 Thread Paul Anderson
I smell homework:p Paul Anderson -- VE3HOP On 2012-08-29, at 12:46 PM, Ashwin Rao T wrote: > 1)Check if IP address is in the range 172.125.1.0 and 172.125.25.0 using only > return functions & regular expressions in Perl. > 2)Check if the name is valid (has atleast 3 letters and one vo

Re: Perl Code

2012-08-31 Thread Chris Nehren
On Wed, Aug 29, 2012 at 09:59:22 -0700 , John SJ Anderson wrote: > On Wednesday, August 29, 2012 at 9:46 AM, Ashwin Rao T wrote: > > 1)Check if IP address is in the range 172.125.1.0 and 172.125.25.0 using > > only > > return functions & regular expressions in Perl. > > 2)Check if the name is va

Re: Perl Code

2012-08-31 Thread Bill Stephenson
On Aug 29, 2012, at 11:59 AM, John SJ Anderson wrote: > On Wednesday, August 29, 2012 at 9:46 AM, Ashwin Rao T wrote: >> 1)Check if IP address is in the range 172.125.1.0 and 172.125.25.0 using only >> return functions & regular expressions in Perl. >> 2)Check if the name is valid (has atleast

RE: Perl Code

2012-08-29 Thread Tim Lewis
At least one Scooby snack? -Original Message- From: Jim Gibson [mailto:jimsgib...@gmail.com] Sent: Wednesday, August 29, 2012 12:59 PM To: Perl Beginners Subject: Re: Perl Code On Aug 29, 2012, at 9:46 AM, Ashwin Rao T wrote: > 1)Check if IP address is in the range 172.125.1.0

Re: Perl Code

2012-08-29 Thread John SJ Anderson
On Wednesday, August 29, 2012 at 9:46 AM, Ashwin Rao T wrote: > 1)Check if IP address is in the range 172.125.1.0 and 172.125.25.0 using only > return functions & regular expressions in Perl. > 2)Check if the name is valid (has atleast 3 letters and one vowel) using only > return functions and re

Re: Perl Code

2012-08-29 Thread Jim Gibson
On Aug 29, 2012, at 9:46 AM, Ashwin Rao T wrote: > 1)Check if IP address is in the range 172.125.1.0 and 172.125.25.0 using only > return functions & regular expressions in Perl. > 2)Check if the name is valid (has atleast 3 letters and one vowel) using only > return functions and regular expres

Perl Code

2012-08-29 Thread Ashwin Rao T
1)Check if IP address is in the range 172.125.1.0 and 172.125.25.0 using only return functions & regular expressions in Perl. 2)Check if the name is valid (has atleast 3 letters and one vowel) using only return functions and regular expressions in Perl. 3)Check if email address is valid using only

Re: unit test case for this perl code

2011-09-03 Thread flebber
On Sep 2, 4:46 am, ratul...@yahoo.co.in (anirban adhikary) wrote: > Hi I have write the following code and Now I have been asked to write a unit > test case for this code. But neither I have  any idea how to write a unit > test case nor I have ever experience with it. So in this case I am asking

Re: unit test case for this perl code

2011-09-03 Thread Peter Scott
On Fri, 02 Sep 2011 14:16:30 +0530, anirban adhikary wrote: > Hi I have write the following code and Now I have been asked to write a > unit test case for this code. But neither I have  any idea how to write > a unit test case nor I have ever experience with it. So in this case I > am asking your

unit test case for this perl code

2011-09-02 Thread anirban adhikary
Hi I have write the following code and Now I have been asked to write a unit test case for this code. But neither I have  any idea how to write a unit test case nor I have ever experience with it. So in this case I am asking your help. #!/usr/bin/perl ### ## The program is called by main.pl ##

Re: I am going through github perl code

2011-08-11 Thread John W. Krahn
Emeka wrote: Hello All, Hello, What is the purpose of colon here ? sub pop : method { my $self = shift; my ($list) = $self->_prepare(@_); pop @$list; my $result = $list; return $self->_finalize($result); } perldoc perlsub SYNOPSIS To declare subroutines:

I am going through github perl code

2011-08-11 Thread Emeka
Hello All, What is the purpose of colon here ? sub pop : method { my $self = shift; my ($list) = $self->_prepare(@_); pop @$list; my $result = $list; return $self->_finalize($result); } Is this how to do function alias? sub sortBy {&sort_by} # sub sort_by { my $self =

Re: perl code to export data to excel

2011-08-04 Thread Uri Guttman
y. uri -- Uri Guttman -- uri AT perlhunter DOT com --- http://www.perlhunter.com -- Perl Developer Recruiting and Placement Services - - Perl Code Review, Architecture, Development, Training, Support --- -- To unsubscribe, e-mail: beginners-unsubscr...@pe

Re: perl code to export data to excel

2011-08-04 Thread Mike McClain
On Thu, Aug 04, 2011 at 02:33:19PM +0530, VinoRex.E wrote: > Hi > i am a beginner in Perl i have a pdb file containing the X,Y,and Z > coordinates of atoms example given below. the data extends upto 1000 atoms > and its coordinates. I need a perl program to export these data into excel > worksheet

Re: perl code to export data to excel

2011-08-04 Thread shawn wilson
On Aug 4, 2011 8:02 AM, "Emeka" wrote: > > Vino, > > First learn how to use Excel with Perl. The below might be useful, please > check them out. > > http://support.microsoft.com/kb/214797 > > http://www.ibm.com/developerworks/linux/library/l-pexcel/ > That is (of course) a decent 'getting started

Re: perl code to export data to excel

2011-08-04 Thread Mohan L
On Thu, Aug 4, 2011 at 6:31 PM, Emeka wrote: > Vino, > > First learn how to use Excel with Perl. The below might be useful, please > check them out. > > http://support.microsoft.com/kb/214797 > > http://www.ibm.com/developerworks/linux/library/l-pexcel/ > > Emeka > > You can also learn here : 1)

Re: perl code to export data to excel

2011-08-04 Thread Emeka
Vino, First learn how to use Excel with Perl. The below might be useful, please check them out. http://support.microsoft.com/kb/214797 http://www.ibm.com/developerworks/linux/library/l-pexcel/ Emeka On Thu, Aug 4, 2011 at 10:03 AM, VinoRex.E wrote: > Hi > i am a beginner in Perl i have a pdb

perl code to export data to excel

2011-08-04 Thread VinoRex.E
Hi i am a beginner in Perl i have a pdb file containing the X,Y,and Z coordinates of atoms example given below. the data extends upto 1000 atoms and its coordinates. I need a perl program to export these data into excel worksheet into distinct columns and ROws. ATOM 1 N GLY A 2 1.8

Re: perl code for if-elsif-else logic

2011-06-02 Thread John W. Krahn
Anirban Adhikary wrote: Hi list Hello, I have wirtten the following perl code which has some configuration params such as prefix,suffix,midfix and nofix. The logic is filenames will be selected based on prefix,suffix and midfix pattern.After the fiter through above 3 patterns if file names

Re: perl code for if-elsif-else logic

2011-06-01 Thread Shlomi Fish
Hi Anirban, a few comments on your code. On Thursday 02 Jun 2011 08:06:54 Anirban Adhikary wrote: > Hi list > > I have wirtten the following perl code which has some configuration > params such as prefix,suffix,midfix and nofix. The logic is filenames > will be selected based o

perl code for if-elsif-else logic

2011-06-01 Thread Anirban Adhikary
Hi list I have wirtten the following perl code which has some configuration params such as prefix,suffix,midfix and nofix. The logic is filenames will be selected based on prefix,suffix and midfix pattern.After the fiter through above 3 patterns if file names exists with nofix patterns it will be

Re: This Perl code causing high cpu usage , Why ?

2010-10-30 Thread Uri Guttman
matched and so on. yes, but only in scalar context does it do that. best to read the docs (again and again) and learn the tricks of m// and s///. there are plenty beyond the regexes themselves. perldoc perlretut is a good start. uri -- Uri Guttman -- u...@stemsystems.com ---- http:

Re: This Perl code causing high cpu usage , Why ?

2010-10-30 Thread Ary Kleinerman
ng itself. it just sets the starting > point of the match. you can do a single match in scalar context without > /g but it will not scan forward for the next time. this is what caused > your infinite loop. /g is very useful in scalar context when used in a > loop. > > uri >

Re: This Perl code causing high cpu usage , Why ?

2010-10-30 Thread Jatin
On Saturday 30 October 2010 01:42 PM, Uri Guttman wrote: no. /g just makes the match START at the end of the last match. this forces it to scan the string to the end so the LOOP will end. /g has nothing to do with stopping anything itself. it just sets the starting point of the match. you can

Re: This Perl code causing high cpu usage , Why ?

2010-10-30 Thread Uri Guttman
sed your infinite loop. /g is very useful in scalar context when used in a loop. uri -- Uri Guttman -- u...@stemsystems.com http://www.sysarch.com -- - Perl Code Review , Architecture, Development, Training, Support -- - Gourmet Hot Cocoa Mix http://bestf

Re: This Perl code causing high cpu usage , Why ?

2010-10-30 Thread Jatin
On Saturday 30 October 2010 01:31 PM, ashwin ts wrote: Hello Jathin, The problem with the code is that its gone in to an infinite loop.. The pattern matching that u have done u need to make it global or for all occurances. .. The /g option is used to match all the patterns in the given string

Re: This Perl code causing high cpu usage , Why ?

2010-10-30 Thread Jatin
On Saturday 30 October 2010 01:26 PM, Uri Guttman wrote: but you missed the important point. the engine will stop but the next time through the loop it will START at the beginning of the string. hence the infinite loop. [Jatin] Thanks Uri , This is a very important point that you have men

Re: This Perl code causing high cpu usage , Why ?

2010-10-30 Thread ashwin ts
Hello Jathin, The problem with the code is that its gone in to an infinite loop.. The pattern matching that u have done u need to make it global or for all occurances. .. The /g option is used to match all the patterns in the given string u can try this.. while ($catalog =~ /Perl/g) Regards Ashw

Re: This Perl code causing high cpu usage , Why ?

2010-10-30 Thread Uri Guttman
ain and carefully look for the context. uri -- Uri Guttman -- u...@stemsystems.com http://www.sysarch.com -- - Perl Code Review , Architecture, Development, Training, Support -- - Gourmet Hot Cocoa Mix http://bestfriendscocoa.com - -- To unsubs

Re: This Perl code causing high cpu usage , Why ?

2010-10-30 Thread Jatin
On Saturday 30 October 2010 01:11 PM, Uri Guttman wrote: yes. infinite loop. why did you remove the modifiers? [Jatin] I read about the perl regexp engine. In one of the statement i read that the engine stops matching once the pattern is found. so i had removed the modifiers and test if the e

Re: This Perl code causing high cpu usage , Why ?

2010-10-30 Thread Uri Guttman
he m/PATTERN/ section. if you don't understand what /g does from that, come back here with more questions. uri -- Uri Guttman -- u...@stemsystems.com ---- http://www.sysarch.com -- - Perl Code Review , Architecture, Development, Training, Support -- - Gourm

This Perl code causing high cpu usage , Why ?

2010-10-30 Thread Jatin
Hi All I had a sample code from the Perl&LWP book. It was the very first code i was trying out in different ways. Firstly the actual code mentioned in the book was as below: -- #!/usr/bin/perl use warnings; use strict; use LW

Re: perl code help

2010-10-25 Thread C.DeRykus
On Oct 25, 9:21 am, simssa...@gmail.com (saran) wrote: > i am new to perl. please help me with this piece of code below. > answer wat it prints is correct but the format has to adjusted...! > program to convert Celsius to Fahrenheit >

Re: perl code help

2010-10-25 Thread Jim Gibson
On 10/25/10 Mon Oct 25, 2010 9:21 AM, "saran" scribbled: > i am new to perl. please help me with this piece of code below. > answer wat it prints is correct but the format has to adjusted...! > program to convert Celsius to Fahrenheit > **

Re: perl code help

2010-10-25 Thread Shlomi Fish
Hi Saran, overall, pretty good code. On Monday 25 October 2010 18:21:31 saran wrote: > i am new to perl. please help me with this piece of code below. > answer wat it prints is correct but the format has to adjusted...! > program to convert Celsius to Fahrenheit >

Re: perl code help

2010-10-25 Thread ashwin ts
Helo Saran, The reason why it was printed in the next line is because u have no used chomp function on $c.Chomp would remove unwanted new line characters. I added chomp($c) to ur code and it works fine.. i mean as hw u wanted.. pls find the same code below with chomp..

perl code help

2010-10-25 Thread saran
i am new to perl. please help me with this piece of code below. answer wat it prints is correct but the format has to adjusted...! program to convert Celsius to Fahrenheit ** #!/usr/bin/perl use warnings; use strict; p

Re: ExtUtils::MakeMaker, execute Perl code during "make test"

2010-04-17 Thread Paul Johnson
On Thu, Apr 15, 2010 at 06:50:39PM -0400, Steve Bertrand wrote: > Hi all, > However, when I run "make test", the Perl code for print does not execute. > > I seem to be searching for the wrong problem in the usual places, so I'd > like to ask for advice on the best

Re: ExtUtils::MakeMaker, execute Perl code during "make test"

2010-04-16 Thread Steve Bertrand
On 2010.04.16 11:32, Philip Potter wrote: > On 16 April 2010 14:38, Steve Bertrand wrote: >> This particular test: > It sounds like your test isn't a test, it's a setup tool. Tests in > projdir/t are there to test if the stuff in projdir/lib or > projdir/blib works, and shouldn't be dependent on

Re: ExtUtils::MakeMaker, execute Perl code during "make test"

2010-04-16 Thread Philip Potter
On 16 April 2010 14:38, Steve Bertrand wrote: > On 2010.04.16 09:15, Philip Potter wrote: >> What are you *actually* >> trying to do? What are you testing and why does this test require you >> to print output to the user under "make test"? > > This particular test: > > - checks to see if an existi

Re: ExtUtils::MakeMaker, execute Perl code during "make test"

2010-04-16 Thread Steve Bertrand
ill pass if making changes to a function. >> >> What I want to be able to do, essentially, is allow Perl code to run >> within small sections of tests while under "make test". In essence, some >> pseudo code that I'd put into 999-update.t: >> >> #

Re: ExtUtils::MakeMaker, execute Perl code during "make test"

2010-04-16 Thread Philip Potter
I want to be able to do, essentially, is allow Perl code to run > within small sections of tests while under "make test". In essence, some > pseudo code that I'd put into 999-update.t: > > #test55 > perl on > print result to STDOUT > perl off # back to no print

Re: ExtUtils::MakeMaker, execute Perl code during "make test"

2010-04-16 Thread Steve Bertrand
PL > make > prove -bv t/22-upgrade.t I use prove often, usually when I want to quickly and non-verbosely (-Q) work with a single test file that I'm currently adding new tests to, or to ensure existing tests still pass if making changes to a function. What I want to be able to do, essentia

Re: ExtUtils::MakeMaker, execute Perl code during "make test"

2010-04-16 Thread Philip Potter
On 16 April 2010 02:05, Steve Bertrand wrote: > On 2010.04.15 18:50, Steve Bertrand wrote: >> Hi all, >> >> In one of my projects, I've written a test file t/22-upgrade.t. > > [..snip..] > >> However, when I run "make test", the Perl code for pri

Re: ExtUtils::MakeMaker, execute Perl code during "make test"

2010-04-15 Thread Steve Bertrand
On 2010.04.15 18:50, Steve Bertrand wrote: > Hi all, > > In one of my projects, I've written a test file t/22-upgrade.t. [..snip..] > However, when I run "make test", the Perl code for print does not execute. Replying my own post, this project is currently only u

ExtUtils::MakeMaker, execute Perl code during "make test"

2010-04-15 Thread Steve Bertrand
list of directives that have either been added or deleted so the installer can perform manual intervention. However, when I run "make test", the Perl code for print does not execute. I seem to be searching for the wrong problem in the usual places, so I'd like to ask for advic

Re: Any Good SCM tool to manage Perl Code locally

2010-03-17 Thread Eric Veith1
Parag Kalra wrote on 03/16/2010 07:44:43 AM: > 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. The only thing that comes near to what you describe is a git repo created with --bare. It's one that you can push to, and

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

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

Re: Any Good SCM tool to manage Perl Code locally

2010-03-15 Thread mohd sharif
On 3/16/10, mohd sharif wrote: > You can use "git" > > -Sharif > > On 3/14/10, Parag Kalra wrote: >> Hi All, >> >> 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 Ba

Re: Any Good SCM tool to manage Perl Code locally

2010-03-15 Thread mohd sharif
You can use "git" -Sharif On 3/14/10, Parag Kalra wrote: > Hi All, > > 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 rea

Re: Any Good SCM tool to manage Perl Code locally

2010-03-15 Thread Parag Kalra
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. Also if I want to take entire code base to particular revision, I guess I need to use - 'git checkout '. S

Re: Any Good SCM tool to manage Perl Code locally

2010-03-15 Thread Eric Veith1
Jeremiah Foster wrote on 03/15/2010 05:20:16 PM: > Shlomi mentioned git early on in this thread. You're right, sorry, I missed that one. Eric -- Eric MSP Veith Hechtsheimer Str. 2 DE-55131 Mainz Germany IBM Deutschland GmbH Vorsitzender des Aufsichtsrats: Erich Clemen

Re: Any Good SCM tool to manage Perl Code locally

2010-03-15 Thread Jeremiah Foster
On Mar 15, 2010, at 2:12 PM, Eric Veith1 wrote: > Shlomi Fish wrote on 03/15/2010 08:33:30 AM: >> Please don't recommend CVS for new development. There are much >> superior and/or >> open-source alternatives now. See: >> >> http://better-scm.berlios.de/ > > > I'm honestly curious why nobody

Re: Any Good SCM tool to manage Perl Code locally

2010-03-15 Thread Eric Veith1
Shlomi Fish wrote on 03/15/2010 08:33:30 AM: > Please don't recommend CVS for new development. There are much > superior and/or > open-source alternatives now. See: > > http://better-scm.berlios.de/ I'm honestly curious why nobody has explicitly suggested git so far. It is not only pretty po

Re: Any Good SCM tool to manage Perl Code locally

2010-03-15 Thread Shlomi Fish
On Sunday 14 Mar 2010 22:43:44 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 oth

Re: Any Good SCM tool to manage Perl Code locally

2010-03-15 Thread Shlomi Fish
On Monday 15 Mar 2010 08:21:22 Kenneth Wolcott wrote: > Hi; > > On Sun, Mar 14, 2010 at 23:12, Dan Fish wrote: > > You might want to have a look at Seapine Surround. It's not opensource, > > but you can get a free single-user license and it's a very good SCM > > program. > > > > It's also avai

Re: Any Good SCM tool to manage Perl Code locally

2010-03-14 Thread Kenneth Wolcott
Hi; On Sun, Mar 14, 2010 at 23:12, Dan Fish wrote: > You might want to have a look at Seapine Surround. It's not opensource, > but you can get a free single-user license and it's a very good SCM program. > It's also available on a variety of platforms. > http://www.seapine.com/scmlicensing.h

RE: Any Good SCM tool to manage Perl Code locally

2010-03-14 Thread Dan Fish
om: Parag Kalra [mailto:paragka...@gmail.com] Sent: Sunday, March 14, 2010 12:13 AM To: Perl Beginners Subject: Any Good SCM tool to manage Perl Code locally Hi All, Although it is not related to Perl directly and might be little strange question but still thought of consulting Perl gurus. Here i

Re: Any Good SCM tool to manage Perl Code locally

2010-03-14 Thread David Christensen
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 other directory (in my working directory) CVS can do that; it has met

Re: Any Good SCM tool to manage Perl Code locally

2010-03-14 Thread Raymond Wan
Hi Parag/Shlomi, Shlomi Fish wrote: 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 server - I should be able to access it both from home and work place (which is unlikely to happen) Then what

Re: Any Good SCM tool to manage Perl Code locally

2010-03-14 Thread Shlomi Fish
On Sunday 14 Mar 2010 09:12:40 Parag Kalra wrote: > Hi All, > > 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 do

Any Good SCM tool to manage Perl Code locally

2010-03-13 Thread Parag Kalra
Hi All, 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 server - I shoul

Re: What interative perl shell I should use to debug the perl code?

2010-01-04 Thread Jenda Krynicky
ch longer > than the processing time. If I can not run the perl file > interactively, I will have to load the data file each time I run the > processing code. However, I can interatively run perl code, I can load > the data file once and run the processing code multiple times in orde

Re: What interative perl shell I should use to debug the perl code?

2010-01-01 Thread Peter Scott
file > interactively, I will have to load the data file each time I run the > processing code. However, I can interatively run perl code, I can load > the data file once and run the processing code multiple times in order > to debug the processing code. For debugging an existing prog

Re: What interative perl shell I should use to debug the perl code?

2009-12-31 Thread Peng Yu
On Thu, Dec 31, 2009 at 9:59 AM, Gabor Szabo wrote: > On Thu, Dec 31, 2009 at 5:46 PM, Peng Yu wrote: > >> In a 'perl -d', I try the following command, but it seems that it is >> not working as I expected. Can I input any arbitrary perl commands in >> the 'perl -d' session as if it is running by

Re: What interative perl shell I should use to debug the perl code?

2009-12-31 Thread Gabor Szabo
On Thu, Dec 31, 2009 at 5:46 PM, Peng Yu wrote: > In a 'perl -d', I try the following command, but it seems that it is > not working as I expected. Can I input any arbitrary perl commands in > the 'perl -d' session as if it is running by a perl interpreter? > >  DB<10> my $count = 10; > >  DB<11>

Re: What interative perl shell I should use to debug the perl code?

2009-12-31 Thread Peng Yu
On Thu, Dec 31, 2009 at 1:18 AM, Gabor Szabo wrote: > On Thu, Dec 31, 2009 at 5:08 AM, Peng Yu wrote: >> It seems that there are more than one choices of perl interactive >> shells. I'm wondering which one is best or most popular. > > I don't think there is a *best* one. There might be one that f

Re: What interative perl shell I should use to debug the perl code?

2009-12-30 Thread Gabor Szabo
On Thu, Dec 31, 2009 at 5:08 AM, Peng Yu wrote: > It seems that there are more than one choices of perl interactive > shells. I'm wondering which one is best or most popular. I don't think there is a *best* one. There might be one that fits most your situation and your experience level. A couple

  1   2   3   >