954,228 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

perl for win98 were do i start

"Quote:
Originally Posted by deanpence




This is the order in which I learned to program:

Basic
QBasic
Pascal
C
C++
Java
Perl
...

A very important point should be noted about learning in that order: I learned procedural programming first, and I recommend this course to any new programmer. Learn C (or Pascal or some other procedural language) first. Then move to the object-oriented stuff (like C++, Java, and Perl). First, the procedural parts of object-oriented languages like Perl will be a cinch, and second, object-orientation will come much more easily. Also, learning rudimentary languages like PHP and VBS is a cinch after all that.

As for learning Perl, it’s a bitch. There’s probably ten times as much to learn for Perl than there is for Java—and not quite that much more than for C++. Perl is not for the faint of heart. Of course, the great thing about Perl is that you can just learn what is familiar to you and use that. You don’t have to learn everything about Perl to use it. "

are all those free., were can i get tutorials for them, and can they be written on windows 98. Ill use that advice + do i need to know html to write those? cause if i do, ill dive deeper QUICKER. lol. Thank you.

Sphyenx
Posting Whiz
366 posts since Aug 2004
Reputation Points: 13
Solved Threads: 3
 

As a quick answer to your question, perl is a shell scripting language for Unix. With a lot of work you can use Apache for Windows and run perl scripts as a backend to websites. However, it's not a language to develop software programs in.

For each of thse languages you need a compiler for that language. Of the languages posted, free compilers / IDEs are available, though mostly for unix/linux based operating systems.

cscgal
The Queen of DaniWeb
Administrator
19,421 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 229
 

what unix/linux you recomend, i got a dozen diff at my home already.. Fedora 2, redhat 9, suse 9.1, debian, and i think a few more. but i have problems with debian, cause i dotn understand how to boot up with GRUB, and 2, for suse, i cant get it to configure my router.

my my real question is what do i need html for in those above..perl c, ect....

Sphyenx
Posting Whiz
366 posts since Aug 2004
Reputation Points: 13
Solved Threads: 3
 

+ are they all free

Sphyenx
Posting Whiz
366 posts since Aug 2004
Reputation Points: 13
Solved Threads: 3
 
As a quick answer to your question, perl is a shell scripting language for Unix. With a lot of work you can use Apache for Windows and run perl scripts as a backend to websites.

perhaps i misunderstood....but what about the windows implementation of perl?

and it doesnt take a lot of work(for the websites). most of it has been done for you. check out Mason. once that's installed it basically lets you use perl as a backend for your website.

kaiser<lucy>
Newbie Poster
13 posts since Nov 2004
Reputation Points: 10
Solved Threads: 1
 

Perl's actually a scripting language for a number of platforms. It might have its roots in Unix, but it has been extended to work with Windows, Pre and Post OS X Macs, and it even works on DOS, Amigas, and BeOS. There are tons of other platforms, too!

Just so you know, you can use Perl to do application development, just like you can do with Python, another scripting language. I don't know about how quick it is for doing it, or whether you'd want to do it, but I know it can be done.

alc6379
Cookie... That's it
Team Colleague
2,820 posts since Dec 2003
Reputation Points: 186
Solved Threads: 147
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You