ssh key via stdin: perl vs bash

2014-07-19 Thread gator_ml
Hi, I was trying to embed a ssh key in a script and pass it via stdin (unfortunately not directly supported by ssh). Investigating ways how this can be done, I ran into a curiosity. With bash, the following does about what I need: #!/bin/bash ssh -i /dev/stdin luser@localhost ls <&DATA"; e

ssh key via stdin: perl vs bash

2014-07-19 Thread gator_ml
Hi, I was trying to embed a ssh key in a script and pass it via stdin (unfortunately not directly supported by ssh). Investigating ways how this can be done, I ran into a curiosity. With bash, the following does about what I need: #!/bin/bash ssh -i /dev/stdin luser@localhost ls <&DATA"; e

ssh key via stdin: perl vs bash

2014-07-19 Thread gator_ml
Hi, I was trying to embed a ssh key in a script and pass it via stdin (unfortunately not directly supported by ssh). Investigating ways how this can be done, I ran into a curiosity. With bash, the following does about what I need: #!/bin/bash ssh -i /dev/stdin luser@localhost ls <&DATA"; e

Re: Perl vs CGI

2010-11-15 Thread Jeff Pang
2010/11/16 Saurabh Bhatnagar : > Hello, > This is my first post. > > I have perl code to strip the root folder in a path. > ($shortpath = $fullpath) =~ s|/[^/]+||; > You may want to try: File::Basename -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: b

Re: Perl vs CGI

2010-11-15 Thread Shawn H Corey
On 10-11-15 11:55 AM, Saurabh Bhatnagar wrote: However, this gives syntax errors when used in my CGI script that calls my perl script. What is the error? What is the OS? What is the server? When dealing with file systems, it's best to use the module File::Spec which comes with Perl. See `

Perl vs CGI

2010-11-15 Thread Saurabh Bhatnagar
Hello, This is my first post. I have perl code to strip the root folder in a path. ($shortpath = $fullpath) =~ s|/[^/]+||; However, this gives syntax errors when used in my CGI script that calls my perl script. Can I have the CGI equivalent? Warm regards Saurabh -- To unsubscribe, e-mail: beg

Re: perl vs Python

2010-10-05 Thread Shlomi Fish
On Tuesday 05 October 2010 12:25:51 Agnello George wrote: > ( i did'nt know where to post this; perl forum or python forum ) > > I am a bit confused, i have been learning perl last 1.5 yrs .. then > suddenly in my new company they use python to do all their scripting work , > so i would have to

Re: perl vs Python

2010-10-05 Thread Jeff Peng
> ( i did'nt know where to post this; perl forum or python forum ) > > I am a bit confused, i have been learning perl last 1.5 yrs .. then > suddenly in my new company they use python to do all their scripting work > , > so i would have to follow protocol :) and learn python > > So now just wan

perl vs Python

2010-10-05 Thread Agnello George
( i did'nt know where to post this; perl forum or python forum ) I am a bit confused, i have been learning perl last 1.5 yrs .. then suddenly in my new company they use python to do all their scripting work , so i would have to follow protocol :) and learn python So now just wanted to know

Re: "Programming Perl" vs perldoc

2009-04-10 Thread Randal L. Schwartz
> "asmith9983" == asmith9983 writes: asmith9983> I've found the site:- asmith9983> [redacted] asmith9983> very useful for things I've worked on for examples. Sir, I'm personally offended by you. The authors of the materials you've just posted an indirect link for worked hard to produce th

Re: "Programming Perl" vs perldoc

2009-04-09 Thread James Coupe
Dermot wrote: >2009/4/8 Richard Hobson : >> On Wed, 08 Apr 2009 08:50 -0400, "Chas. Owens" >> wrote: > Amazon US has "Intermediate Perl" new for $25, >> while Amazon UK has it for $46, excluding postage. > > >It's £30.99 and postage is free if you accept standard 2nd class delivery. 30.99 GBP in

Re: "Programming Perl" vs perldoc

2009-04-09 Thread Dermot
2009/4/8 Richard Hobson : > On Wed, 08 Apr 2009 08:50 -0400, "Chas. Owens" > wrote: Amazon US has "Intermediate Perl" new for $25, > while Amazon UK has it for $46, excluding postage. It's £30.99 and postage is free if you accept standard 2nd class delivery. http://www.amazon.co.uk/Intermediat

RE: "Programming Perl" vs perldoc

2009-04-08 Thread David Christensen
Richard Hobson wrote: > So, I've done the "Learning Perl" book, and frustrating myself no end > by trying to write a chess program using just the knowledge contained > in "Learning Perl" and with no modules. > I thought about getting "Intermediate Perl", but I've heard that > "Programming Perl" is

Re: "Programming Perl" vs perldoc

2009-04-08 Thread asmith9983
I've found the site:- http://www.pdf-search-engine.com/perl-pdf.html very useful for things I've worked on for examples. I would say, if you find a book thats good show respect to the author ande purchase a copy. -- Andrew in Edinburgh Scotland On Wed, 8 Apr 2009, Brian J. Miller wrote: Ric

Re: "Programming Perl" vs perldoc

2009-04-08 Thread Telemachus
One other thing: http://perldoc.perl.org/ is an excellent way to read the docs online (searchable too), and it provides pdf versions of almost everything. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Re: "Programming Perl" vs perldoc

2009-04-08 Thread Telemachus
On Wed Apr 08 2009 @ 1:08, Richard Hobson wrote: > But, what's the advantage of "Programming Perl" when we have "perldoc"? > What does the book give me that perldoc does not? One thing that nobody has mentioned is that Programming Perl hasn't been updated since Perl 5.6. There have been two major

Re: "Programming Perl" vs perldoc

2009-04-08 Thread Chas. Owens
On Wed, Apr 8, 2009 at 08:57, Richard Hobson wrote: > On Wed, 08 Apr 2009 08:50 -0400, "Chas. Owens" > wrote: >> Your whois information suggests that you live in the US; I am always >> amazed to hear fellow Americans say things like "that book is >> expensive."  We have a wonderful lending librar

Re: "Programming Perl" vs perldoc

2009-04-08 Thread Richard Hobson
On Wed, 08 Apr 2009 08:50 -0400, "Chas. Owens" wrote: > Your whois information suggests that you live in the US; I am always > amazed to hear fellow Americans say things like "that book is > expensive." We have a wonderful lending library system in this > country, use it. If your local library d

Re: "Programming Perl" vs perldoc

2009-04-08 Thread Peter Scott
On Wed, 08 Apr 2009 13:08:41 +0100, Richard Hobson wrote: > But, what's the advantage of "Programming Perl" when we have "perldoc"? > What does the book give me that perldoc does not? In earlier editions, the only difference was footnotes. Later editions have more significant differences but I d

Re: "Programming Perl" vs perldoc

2009-04-08 Thread Chas. Owens
On Wed, Apr 8, 2009 at 08:42, Richard Hobson wrote: snip > OK. I'll probably stick with perldoc and get "Intermediate Perl". I'm > currently unemployed, so I can't really fork out for both books right > now - but I have plenty of time to learn Perl! snip Your whois information suggests that you l

Re: "Programming Perl" vs perldoc

2009-04-08 Thread Brian J. Miller
Richard Hobson wrote: > Thanks Brian > > On Wed, 08 Apr 2009 08:37 -0400, "Brian J. Miller" >> Interesting first choice, but okay... Was there something in particular >> that you are getting hung up on? > > Yeah, the complexity of chess! I'm getting there. I do miss a lot of > short-cuts and effi

Re: "Programming Perl" vs perldoc

2009-04-08 Thread Chas. Owens
On Wed, Apr 8, 2009 at 08:37, Brian J. Miller wrote: snip >> I thought about getting "Intermediate Perl", but I've heard that >> "Programming Perl" is the best next step. >> > > I'd disagree and say that your suggestion of Intermediate Perl would be > the next best step. snip I would say both are

Re: "Programming Perl" vs perldoc

2009-04-08 Thread Richard Hobson
Thanks Brian On Wed, 08 Apr 2009 08:37 -0400, "Brian J. Miller" > Interesting first choice, but okay... Was there something in particular > that you are getting hung up on? Yeah, the complexity of chess! I'm getting there. I do miss a lot of short-cuts and efficiencies in Perl that would help, bu

Re: "Programming Perl" vs perldoc

2009-04-08 Thread Richard Hobson
Thanks Brian On Wed, 08 Apr 2009 08:37 -0400, "Brian J. Miller" > Interesting first choice, but okay... Was there something in particular > that you are getting hung up on? Yeah, the complexity of chess! I'm getting there. I do miss a lot of short-cuts and efficiencies in Perl that would help, bu

Re: "Programming Perl" vs perldoc

2009-04-08 Thread Brian J. Miller
Richard Hobson wrote: > So, I've done the "Learning Perl" book, and frustrating myself no end by > trying to write a chess program using just the knowledge contained in > "Learning Perl" and with no modules. > Interesting first choice, but okay... Was there something in particular that you are ge

"Programming Perl" vs perldoc

2009-04-08 Thread Richard Hobson
So, I've done the "Learning Perl" book, and frustrating myself no end by trying to write a chess program using just the knowledge contained in "Learning Perl" and with no modules. I thought about getting "Intermediate Perl", but I've heard that "Programming Perl" is the best next step. But, what'

Re: Comparing Regular Expression in Perl vs Python

2007-11-30 Thread John W . Krahn
On Friday 30 November 2007 08:00, Jenda Krynicky wrote: > > You can write Perl with good style ... it's just that there are > several or even many equaly good styles. So everyone's code doesn't > look the same. Or just use perltidy to make everyone's code look the same. :-) John -- use Perl;

Re: Comparing Regular Expression in Perl vs Python

2007-11-30 Thread John W . Krahn
On Friday 30 November 2007 06:58, yitzle wrote: > > I've been using Perl for only about 1.5 years, and never touched > Python. About 16 months ago, I decided to learn a "scripting > language" that I've heard mentioned so many times. I was debating > between Perl and Python. I'm not quite sure why I

Re: Comparing Regular Expression in Perl vs Python

2007-11-30 Thread Jenda Krynicky
o ask questions on the perl list for fear of being told > to RTFM > > -Original Message- > >From: Jeff Pang <[EMAIL PROTECTED]> > >Sent: Nov 30, 2007 7:00 AM > >To: beginners list > >Subject: Re: Comparing Regular Expression in Perl vs Python &g

Re: Comparing Regular Expression in Perl vs Python

2007-11-30 Thread Jenda Krynicky
From: "Jeff Pang" <[EMAIL PROTECTED]> > both you and Paul mentioned that perl is maybe easier to learn than python. > but from many ppl's experience (including mine), python is easier to > get begin with. > > One of the advantages of python is that it can write code with good > style, everyone's c

Re: Comparing Regular Expression in Perl vs Python

2007-11-30 Thread yitzle
On Nov 30, 2007 9:18 AM, Jeff Pang <[EMAIL PROTECTED]> wrote: > both you and Paul mentioned that perl is maybe easier to learn than python. > but from many ppl's experience (including mine), python is easier to > get begin with. > > One of the advantages of python is that it can write code with goo

Re: Comparing Regular Expression in Perl vs Python

2007-11-30 Thread Jeff Pang
ask questions on the perl list for fear of being told > to RTFM > > -Original Message- > >From: Jeff Pang <[EMAIL PROTECTED]> > >Sent: Nov 30, 2007 7:00 AM > >To: beginners list > >Subject: Re: Comparing Regular Expression in Perl vs Python > >

Re: Comparing Regular Expression in Perl vs Python

2007-11-30 Thread hwigoda
-Original Message- >From: Jeff Pang <[EMAIL PROTECTED]> >Sent: Nov 30, 2007 7:00 AM >To: beginners list >Subject: Re: Comparing Regular Expression in Perl vs Python > >I also subscribed to python list, found that python list's message >amount is much larger than p

Re: Comparing Regular Expression in Perl vs Python

2007-11-30 Thread Paul Johnson
On Wed, Nov 28, 2007 at 07:54:14AM -0800, JBallinger wrote: > I recently heard about Python. They claimed that it is easier to learn > and to program in Python than in Perl. On Fri, Nov 30, 2007 at 09:00:59PM +0800, Jeff Pang wrote: > I also subscribed to python list, found that python list's me

Re: Comparing Regular Expression in Perl vs Python

2007-11-30 Thread Jeff Pang
I also subscribed to python list, found that python list's message amount is much larger than perl beginner's. I almost got 100 messages each day in that list. Does this indicate that python has more users than perl? On Nov 30, 2007 5:17 PM, Purohit, Bhargav <[EMAIL PROTECTED]> wrote: > > Thanks T

RE: Comparing Regular Expression in Perl vs Python

2007-11-30 Thread Purohit, Bhargav
riginal Message- From: Tom Phoenix [mailto:[EMAIL PROTECTED] Sent: Thursday, November 29, 2007 4:26 AM To: JBallinger Cc: beginners@perl.org Subject: Re: Comparing Regular Expression in Perl vs Python On 11/28/07, JBallinger <[EMAIL PROTECTED]> wrote: > I recently heard about Python. They c

Re: Comparing Regular Expression in Perl vs Python

2007-11-29 Thread Andy Greenwood
Michael Gale wrote: Hey, I have done some scripts in python, I found it easy to use and quick. I found I could recreate some apps faster in python however I found that the regular expression usage in python does not match perl's. I agree, regexp usage in python is quite clunky compared t

Re: Comparing Regular Expression in Perl vs Python

2007-11-28 Thread Tom Phoenix
On 11/28/07, JBallinger <[EMAIL PROTECTED]> wrote: > I recently heard about Python. They claimed that it is easier to learn > and to program in Python than in Perl. My friends say that Ford is great and Chevy sux. What do you Chevy people think? I don't think you're really intending to post flame

Re: Comparing Regular Expression in Perl vs Python

2007-11-28 Thread Michael Gale
Hey, I have done some scripts in python, I found it easy to use and quick. I found I could recreate some apps faster in python however I found that the regular expression usage in python does not match perl's. So it depends on what you are doing. Michael JBallinger wrote: Hi, I recently

Comparing Regular Expression in Perl vs Python

2007-11-28 Thread JBallinger
Hi, I recently heard about Python. They claimed that it is easier to learn and to program in Python than in Perl. Most of my work is relating to transformation of one text file format to another. Therefore, I wonder whether anyone has experience doing this in Python; and does what they claimed is

Re: PERL VS MOD_PERL

2007-07-04 Thread Chas Owens
On 7/5/07, Dinesh kumar <[EMAIL PROTECTED]> wrote: Hi all, can any one tell me what is the difference between perl and mod_perl in detail ?? Four letters (mod_). Seriously, mod_perl is a Perl interpreter built into Apache to enable some efficiency hacks. -- To unsubscribe, e-mail:

Re: PERL VS MOD_PERL

2007-07-04 Thread Jeff Pang
There are some difference details between them.If you really want to know it,you may first need to see what's mod_perl and how it works.Take a look at: mod_perl official documents: http://perl.apache.org/docs/index.html Why mod_perl by Stas Bekman: http://www.perl.com/pub/a/2002/02/26/whatismodp

PERL VS MOD_PERL

2007-07-04 Thread Dinesh kumar
Hi all, can any one tell me what is the difference between perl and mod_perl in detail ?? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: Perl vs. Java for string manipulation & regex

2007-06-26 Thread Jenda Krynicky
From: "Tom Phoenix" <[EMAIL PROTECTED]> > On 6/24/07, Jeni Zundel <[EMAIL PROTECTED]> wrote: > > My employer doesn't want to use it because it's in perl and he > > doesn't think that anyone else in the building knows perl. So, > > I decided to work on my java syntax (recently started doing a bit

Re: Perl vs. Java for string manipulation & regex

2007-06-24 Thread Tom Phoenix
On 6/24/07, Jeni Zundel <[EMAIL PROTECTED]> wrote: 1. Is the java significantly slower than the perl script because I suck at writing efficient java code or because perl is just really that much better at string manipulation? Yes. If it's important to determine how much of your slowdown is d

Perl vs. Java for string manipulation & regex

2007-06-24 Thread Jeni Zundel
So, recently, I wrote a nice little perl script to go through a moderately large file (about 400 Meg fixed record length file of rows that are 1870 characters wide). It runs quite fast; provides accurate results and I'm happy with it. My employer doesn't want to use it because it's in perl

Re: Perl vs. Ruby?

2005-04-04 Thread Harsh Busa
On Apr 4, 2005 9:10 PM, Chris Devers <[EMAIL PROTECTED]> wrote: > On Mon, 4 Apr 2005 [EMAIL PROTECTED] wrote: > > > Is anyone familiar with Ruby? > > A little. It's an interesting language -- it's like Perl with a much > different (& arguably cleaner) approach to object-oriented programming. > >

Re: Perl vs. Ruby?

2005-04-04 Thread Chris Devers
On Mon, 4 Apr 2005 [EMAIL PROTECTED] wrote: > Is anyone familiar with Ruby? A little. It's an interesting language -- it's like Perl with a much different (& arguably cleaner) approach to object-oriented programming. A lot of the people working on Perl6 like Ruby a lot, and are consciously tak

Perl vs. Ruby?

2005-04-04 Thread brian . barto
Is anyone familiar with Ruby? If so, how do you think it stacks up against perl? I'm looking to learn another unix scripting lang and it looks like Ruby may be a good fit. Some excerpts from their web site: "Ruby's syntax and design philosophy are heavily influenced by Perl. It has a lot of syn

RE: Newbie: Perl Vs Shell

2004-10-31 Thread Jenda Krynicky
From: Chris Devers <[EMAIL PROTECTED]> > On Fri, 29 Oct 2004, Jenda Krynicky wrote: > > > Actually no. They are generaly not very fast. The reason is that the > > shell interpreter needs to create a new process for each and every > > commend you specify in the script [...] > > Is this true even f

Re: Newbie: Perl Vs Shell

2004-10-29 Thread Chris Devers
On Fri, 29 Oct 2004, Lawrence Statton N1GAK/XE2 wrote: > [EMAIL PROTECTED] (Chris Devers) writes: > > > On Fri, 29 Oct 2004, Jenda Krynicky wrote: > > > > > Actually no. They are generaly not very fast. The reason is that > > > the shell interpreter needs to create a new process for each and >

Re: Newbie: Perl Vs Shell

2004-10-29 Thread Lawrence Statton N1GAK/XE2
[EMAIL PROTECTED] (Chris Devers) writes: > On Fri, 29 Oct 2004, Jenda Krynicky wrote: > > > Actually no. They are generaly not very fast. The reason is that the > > shell interpreter needs to create a new process for each and every > > commend you specify in the script [...] > > Is this true

Re: Newbie: Perl Vs Shell

2004-10-29 Thread daggerquill unknown
On Fri, 29 Oct 2004 13:36:00 -0400 (EDT), Chris Devers <[EMAIL PROTECTED]> wrote: > On Fri, 29 Oct 2004, Jenda Krynicky wrote: > > > Actually no. They are generaly not very fast. The reason is that the > > shell interpreter needs to create a new process for each and every > > commend you specify

Re: Newbie: Perl Vs Shell

2004-10-29 Thread Thomas Bätzler
"Chris Devers" <[EMAIL PROTECTED]> wrote: On Fri, 29 Oct 2004, Thomas Bätzler wrote: Chris Devers <[EMAIL PROTECTED]> claimed: [...] > well written shell scripts don't need Perl and well written Perl > scripts don't need external shell commands. I think that's the "ivory tower" point of view. Down

RE: Newbie: Perl Vs Shell

2004-10-29 Thread Chris Devers
On Fri, 29 Oct 2004, Jenda Krynicky wrote: > Actually no. They are generaly not very fast. The reason is that the > shell interpreter needs to create a new process for each and every > commend you specify in the script [...] Is this true even for built in shell commands? For example, commands

RE: Newbie: Perl Vs Shell

2004-10-29 Thread Chris Devers
On Fri, 29 Oct 2004, Thomas Bätzler wrote: > Chris Devers <[EMAIL PROTECTED]> claimed: > [...] > > well written shell scripts don't need Perl and well written Perl > > scripts don't need external shell commands. > > I think that's the "ivory tower" point of view. Down here in the > trenches, it

RE: Newbie: Perl Vs Shell

2004-10-29 Thread Jenda Krynicky
From: <[EMAIL PROTECTED]> > Shell scripting is native to the shell in which u right them and are > not portable more imp is difficult to implement even simple logic > ..but are very fast as they are native to OS. Actually no. They are generaly not very fast. The reason is that the shell interpre

RE: Newbie: Perl Vs Shell

2004-10-29 Thread Thomas Bätzler
Chris Devers <[EMAIL PROTECTED]> claimed: [...] > well > written shell scripts don't need Perl and well written Perl > scripts don't need external shell commands. I think that's the "ivory tower" point of view. Down here in the trenches, it's more like "a well-written Perl script uses shell com

Re: Newbie: Perl Vs Shell

2004-10-29 Thread Chris Devers
On Fri, 29 Oct 2004, Durai raj wrote: > Anyone can explain the difference between Perl and Shell scripts? They're completely separate languages. On Unix systems, a "shell" is a program that receives input and sends results down to the kernel to be executed, thus the name "shell" -- it's an e

RE: Newbie: Perl Vs Shell

2004-10-29 Thread arjun.mallik
per my under standing Arjun -Original Message- From: Durai raj [mailto:[EMAIL PROTECTED] Sent: Friday, October 29, 2004 3:01 PM To: [EMAIL PROTECTED] Subject: Newbie: Perl Vs Shell Hello All, Anyone can explain the difference between Perl and Shell scripts? Regards, Durai

Newbie: Perl Vs Shell

2004-10-29 Thread Durai raj
Hello All, Anyone can explain the difference between Perl and Shell scripts? Regards, Durai. --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.783 / Virus Database: 529 - Release Date: 10/27/2004 ---

Re: Perl vs PHP

2004-04-22 Thread Wiggins d Anconia
> > > Perl IMHO is a SysAdmin language and PHP is and more or less always will > > > be a WEB lanaguage. > > > > > > > PLEASE, do not pigeon hole Perl like that, you should know better! > > PHP isn't only a web scripting language anymore either. > > Things progress ... the future is upon us. >

Re: Perl vs PHP

2004-04-22 Thread WC Jones
> > Perl IMHO is a SysAdmin language and PHP is and more or less always will > > be a WEB lanaguage. > > > > PLEASE, do not pigeon hole Perl like that, you should know better! PHP isn't only a web scripting language anymore either. Things progress ... the future is upon us. -Sx- :) -- To

Re: Perl vs PHP

2004-04-22 Thread JupiterHost.Net
Wiggins d Anconia wrote: [EMAIL PROTECTED] wrote: Why would one prefer PHP over PERL, or vice, versa? I'm guessing PERL has more functionaltiy and is more robust. What are the technical arguments for one over the other? JP Perl IMHO is a SysAdmin language and PHP is and more or less always

Re: Perl vs PHP

2004-04-22 Thread JupiterHost.Net
[EMAIL PROTECTED] wrote: Why would one prefer PHP over PERL, or vice, versa? Both are powerful, Perl is more mature is much more flexible. PHP is a bloated resource hog also (Any program can be if badly written) but PHP increases dramatically Apache's footprint and memory usage to get its "fe

Re: Perl vs PHP

2004-04-22 Thread JupiterHost.Net
[EMAIL PROTECTED] wrote: That's what I was looking for, thanks! Jason No problem! Lots of good info out there :) [EMAIL PROTECTED] wrote: Why would one prefer PHP over PERL, or vice, versa? Both are powerful, Perl is more mature is much more flexible. PHP is a bloated resource hog also (Any

Re: Perl vs PHP

2004-04-22 Thread Wiggins d Anconia
> [EMAIL PROTECTED] wrote: > > Why would one prefer PHP over PERL, or vice, versa? I'm guessing PERL has more functionaltiy and is more robust. What are the technical arguments for one over the other? > > JP > > > > > Perl IMHO is a SysAdmin language and PHP is and more or less always will >

Re: Perl vs PHP

2004-04-22 Thread WC -Sx- Jones
Jan Eden wrote: This implies that programming/scripting languages differ not more than softdrinks. Interesting. So by knowing (a little) Perl, I can program also Fortran and Cobol! I never knew that. Thanks Ron! ;) I can say from personal expereince that if you can program in Perl you can *defini

Re: Perl vs PHP

2004-04-22 Thread u235sentinel
hehehe... You might be surprised. While IANACY (I an not a coder... yet!), I have dabbled with other languages. The last 6+ months I've been studying Perl programming intending to push into coding. I've seen code in other languages (C for example) and much of it looks very similar to Perl. I

Re: Perl vs PHP

2004-04-22 Thread Jan Eden
Ron B wrote on 22.04.2004: >Why would one prefer Pepsi over Coke, or vice versa? :) That's the >answer to your question. > >[EMAIL PROTECTED] wrote: >>Why would one prefer PHP over PERL, or vice, versa? I'm guessing >>PERL has more functionaltiy and is more robust. What are the >>technical argum

RE: Perl vs PHP

2004-04-22 Thread NYIMI Jose (BMB)
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 22, 2004 3:01 PM > To: [EMAIL PROTECTED] > Subject: Perl vs PHP > > > Why would one prefer PHP over PERL, or vice, versa? I'm > guessing PERL has more

Re: Perl vs PHP

2004-04-22 Thread Ron B
Why would one prefer Pepsi over Coke, or vice versa? :) That's the answer to your question. [EMAIL PROTECTED] wrote: Why would one prefer PHP over PERL, or vice, versa? I'm guessing PERL has more functionaltiy and is more robust. What are the technical arguments for one over the other? JP -

Re: Perl vs PHP

2004-04-22 Thread WC -Sx- Jones
[EMAIL PROTECTED] wrote: Why would one prefer PHP over PERL, or vice, versa? I'm guessing PERL has more functionaltiy and is more robust. What are the technical arguments for one over the other? JP LOL :) And I wanted to avoid this same line as fas as Expect was concerned. "PHP is a Server-

Perl vs PHP

2004-04-22 Thread peery
Why would one prefer PHP over PERL, or vice, versa? I'm guessing PERL has more functionaltiy and is more robust. What are the technical arguments for one over the other? JP -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Simple db - PERL vs MS SQL Server

2004-01-04 Thread Robert
"Andy" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi all, > > I currently have a very simple, fairly small (25,000 records), one table > database in MS SQL Server that is accessed for read only & read / write > (dependant on user interface) via ASP on IIS (running on NT4 SP6). >

RE: Simple db - PERL vs MS SQL Server

2004-01-03 Thread Tim Johnson
efficient way to present your data to your users? Just my $.02. -Original Message- From: Andy [mailto:[EMAIL PROTECTED] Sent: Sat 1/3/2004 1:29 PM To: beginners on perl.org Cc: Subject: Simple db - PERL vs MS SQL Server

Simple db - PERL vs MS SQL Server

2004-01-03 Thread Andy
Hi all, I currently have a very simple, fairly small (25,000 records), one table database in MS SQL Server that is accessed for read only & read / write (dependant on user interface) via ASP on IIS (running on NT4 SP6). I am considering moving the from ASP to PERL CGI for accessing & rendering th

RE: Perl Vs ...

2003-09-22 Thread Akens, Anthony
M To: Paul Kraus Cc: 'perl beginners' Subject: Re: Perl Vs ... > How do you go about deciding if you > should use another tool such as C++ over perl? You basically look at the advantages and disadvantages of different languages and decide which will be best for the task. For

Re: Perl Vs ...

2003-09-22 Thread Dan Anderson
> How do you go about deciding if you > should use another tool such as C++ over perl? You basically look at the advantages and disadvantages of different languages and decide which will be best for the task. For instance, if you wanted to write a quick script to generate a Template file and fil

Re: Perl Vs ...

2003-09-22 Thread Shlomi Fish
On Sun, 21 Sep 2003, Paul Kraus wrote: > Perl was pretty much my first language. Not counting Business Basic and same > old Pascal from high school. The more I learn the more I see that perl can > handle just about anything I want to do. How do you go about deciding if you > should use another too

Re: Perl Vs ...

2003-09-22 Thread Tassilo von Parseval
On Sun, Sep 21, 2003 at 09:17:38PM -1000 Marc Adler wrote: > * Tassilo von Parseval <[EMAIL PROTECTED]> [2003-09-21 20:27]: > > I was always of the opinion that knowing C is one of the essential > > things. Too many vital stuff is nowadays hidden away from the user in > > more recent languages (s

Re: Perl Vs ...

2003-09-22 Thread Marc Adler
* Tassilo von Parseval <[EMAIL PROTECTED]> [2003-09-21 20:27]: > On Sun, Sep 21, 2003 at 09:28:21PM -0400 Paul Kraus wrote: > > > Perl was pretty much my first language. Not counting Business Basic and same > > old Pascal from high school. The more I learn the more I see that perl can > > handle j

Re: Perl Vs ...

2003-09-21 Thread Tassilo von Parseval
On Sun, Sep 21, 2003 at 09:28:21PM -0400 Paul Kraus wrote: > Perl was pretty much my first language. Not counting Business Basic and same > old Pascal from high school. The more I learn the more I see that perl can > handle just about anything I want to do. How do you go about deciding if you > sh

Re: Perl Vs ...

2003-09-21 Thread Daniel Staal
--On Sunday, September 21, 2003 21:28 -0400 Paul Kraus <[EMAIL PROTECTED]> wrote: Perl was pretty much my first language. Not counting Business Basic and same old Pascal from high school. The more I learn the more I see that perl can handle just about anything I want to do. How do you go about de

Perl Vs ...

2003-09-21 Thread Paul Kraus
Perl was pretty much my first language. Not counting Business Basic and same old Pascal from high school. The more I learn the more I see that perl can handle just about anything I want to do. How do you go about deciding if you should use another tool such as C++ over perl? I am thinking about lea

Re: Learning Perl vs. c ++

2003-08-03 Thread Wiggins d'Anconia
GregorioGonzalez wrote: Hello: I have heard that PERL is more valuable than learning C++ in terms of IT, etc. What is your view of the matter. I'd like to offer up a different angle than the other posters so far, I would ask what is your learning environment? If you are in school or in an envi

RE: Learning Perl vs. c ++

2003-08-01 Thread Bakken, Luke
I hate to add to what is quickly degenerating thread, but as I develop C/C++ and perl professionally for one of the largest financial corporations in the world, I think I can add something to the discussion. > The point I was trying to make, is that Perl itself does not stimulate > readability,

RE: Learning Perl vs. c ++

2003-08-01 Thread Lodewijks, Jeroen
Hi Dan, The point I was trying to make, is that Perl itself does not stimulate readability, type checking, managability, etc. Of course, a good programmer does not care much about as he or she will write 'good' code anyway. Using that philosophy, it wouldn't matter in which language a good prog

RE: Learning Perl vs. c ++

2003-08-01 Thread Dan Muey
> Hi Bruce, > > It's not unusual to see glowing reports about Perl on a Perl True :) > mailing list. However, I like to share a couple of points I > think Perl has a problem with. > > a) Huge projects/programs. > Perl is not an easy beast to keep on a leash. Perl doesn't Interesting illust

RE: Learning Perl vs. c ++

2003-08-01 Thread Dan Muey
> Which one of these would be best equipped for SQL database > work/designs? If one is a webmaster or webmaster in > training, which language would have the best means for > creating and marinating a dynamic database driven web site? > I'm thinking in particular of a mysql database to create

RE: Learning Perl vs. c ++

2003-08-01 Thread Stephen Gilbert
-Original Message- From: GregorioGonzalez [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 2:10 PM To: [EMAIL PROTECTED] Subject: Learning Perl vs. c ++ Hello: I have heard that PERL is more valuable than learning C++ in terms of IT, etc. What is your view of the matter

RE: Learning Perl vs. c ++

2003-08-01 Thread Lodewijks, Jeroen
Hi Bruce, It's not unusual to see glowing reports about Perl on a Perl mailing list. However, I like to share a couple of points I think Perl has a problem with. a) Huge projects/programs. Perl is not an easy beast to keep on a leash. Perl doesn't really force you to keep your code tidy and IMHO

RE: Learning Perl vs. c ++

2003-08-01 Thread Marcos . Rebelo
The import is not the language, is the work. I would not do a web site with C++, but I would not do a real-time aplication on Perl. So where do you want to work? What do you need to do? Marcos -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Learning Perl vs. c ++

2003-08-01 Thread David Winters
On Thu, 31 Jul 2003, Bruce Whealton, Jr. wrote: >Which one of these would be best equipped for SQL database work/designs? If Of these two, I think Perl is better-equipped. I amused myself a couple of times with trying basic Perlesque stuff in C++ and it's painful; Java is even worse. I didn'

Re: Learning Perl vs. c ++

2003-08-01 Thread Gabor Urban
From: "GregorioGonzalez" <[EMAIL PROTECTED]> Subject: Learning Perl vs. c ++ Date: Thu, 31 Jul 2003 14:10:28 -0400 > Hello: > > I have heard that PERL is more valuable than learning C++ in terms of > IT, etc. > > What is your view of the matter. > > Reg

Re: Learning Perl vs. c ++

2003-07-31 Thread Bruce Whealton, Jr.
Which one of these would be best equipped for SQL database work/designs? If one is a webmaster or webmaster in training, which language would have the best means for creating and marinating a dynamic database driven web site? I'm thinking in particular of a mysql database to create a dynamic data

Re: Learning Perl vs. c ++

2003-07-31 Thread Casey West
It was Thursday, July 31, 2003 when Michael Muratet took the soap box, saying: : On Thu, 31 Jul 2003 14:15:17 -0400 : Casey West <[EMAIL PROTECTED]> wrote: : : > It was Thursday, July 31, 2003 when GregorioGonzalez took the soap : > box, saying:: Hello: : > : : > : I have heard that PERL is more

Re: Learning Perl vs. c ++

2003-07-31 Thread Michael Muratet
On Thu, 31 Jul 2003 14:15:17 -0400 Casey West <[EMAIL PROTECTED]> wrote: > It was Thursday, July 31, 2003 when GregorioGonzalez took the soap > box, saying:: Hello: > : > : I have heard that PERL is more valuable than learning C++ in terms > of: IT, etc. > : > : What is your view of the matter.

Re: Learning Perl vs. c ++

2003-07-31 Thread awarsd
Hi, I learn perl for about 3-4 slow years (meaning I am far from being advanced), but I'm use to it. I also don't know anything about IT stuff. But I think learning perl before C++ would be good. Actually the best which I had the chance to do because of my school, I learnt perl bymyself and at m

RE: Learning Perl vs. c ++

2003-07-31 Thread Dan Muey
> Hello: Howdy! > > I have heard that PERL is more valuable than learning C++ in > terms of IT, etc. > > What is your view of the matter. > Perl is super valuable for Administrator, developers, etcc... Saying it's more valueable than c++ is like saying apples are more valuable than oranges.

  1   2   >