SilverFox
Jul 22 2007, 02:34 AM
| | Okay so I've decided to learn PERL. As I am VERY burned out on PHP after making an online hacking game in it and working on it for a month after release. Now that its almost done other than maintenance. I'm VERY good at php now. However I tried to do C and quickly thew my hands up (maybe too quickly).
So I decided to learn PERL just to learn it. I'm curious, what are some practical uses for PERL (online. but more importantly offline/background/not used by public), does perl use the same if, else, while and the like as PHP?
Thanks |
Reply
Sten
Jul 22 2007, 02:36 AM
I dont even no the first thing about perl. i also dont reckon i ever will, i dont think ill bother learning it unless i find out wot it does and need to use it
Reply
Quatrux
Jul 22 2007, 05:58 AM
Well, if you say you know PHP, then Perl won't be hard to learn at all, a lot is identical in the syntax and yeah it has all that stuff like you asked, if else elseif print while for foreach and etc. I know a friend who use Perl for his scripting and he says Perl is good, for me learning Perl a bit was quite annoying, I didn't like the syntax, I prefer to further use PHP, also looked into Python and Ruby and I can say that they are much more better for scripting than Perl, but knowing all of them at least the basics is quite good.. Personally, I would say continue to play with simple C and not with Perl, but if you have the will and time, look into all of them
Reply
Sten
Jul 22 2007, 07:18 AM
im gonna have a look at perl and see wot its like dont no about anyone else but at a quick glance it looks a bit like SQL. i would rather learn something else than perl. i wanna learn AJAX.
Reply
SilverFox
Jul 22 2007, 11:06 PM
AJAX is just a style of JS Sten, not a language of itself if I recall. @Quatrux: I have found the syntax is almost identical and the like just not as powerful as PHP. I find this problem in BOTH my C and Perl scripts: The console window closes immediately.
Reply
Chesso
Jul 23 2007, 07:54 AM
Perl is just like PHP for the most part, they end up doing the same stuff really, more or less. I can't stand Python or Ruby, but I'm pretty sure they are not web driven like PHP and Perl are. C is just more universal, an actual programming language that has code compiled into a native executable program for an operating system. (not interpreted any higher than such). C is also the older non OOP (Object Oriented Programming), then again go for it, if you do not require anything more object oriented specific (while I do use a C++ compiler, I don't actually use much that is specific to it). Visual Basic and Object Pascal (as well as their .NET variants) are also another option on the programming scale.
Reply
SilverFox
Jul 26 2007, 03:13 PM
What I've found with PERL is that its a pain to run...even on freeBSD. I think I'll stick with Non-Object Oriented Languages. I think PHP is the only scripting languages I need to know (and the only one that came easy). So I'm going to try with C/C++. PERL is just too...old I guess and not well documented.
Reply
Similar Topics
Keywords : learning, perl
- Good Book For Learning Xhtml & Css
(2)
Learning C++
(1) CODE // Program to check whether the given string is palindrome or not using library functions
#include<iostream.h> #include<string.h> int main() { char
str[80],temp[80]; cout<<"Enter string to check \n";
cin>>str; strcpy(temp,str); strrev(temp);
if(strcmp(str,temp)==0) cout<<"\n Given string is
palindrome"; else cout<<"\n Given string is not
palindrome"; ....
Going To Try Learning Php
(4) As some of you may know, I'm not exactly the worlds greates at PHP, infact I don't know much
at all. I mainly like to design websites (the graphical side of it), not code any scripts. I only
know x/html and css. So... I've decided to take a go at learning PHP, because as you also might
know, I love Joomla and I want to start making components and that for it, I have the basic idea of
how it all works, but I've only ever made templates for it before. I have this book here, I
borrowed off a friend about a year ago and I'm not sure if he hinted I can j....
Learning Php/sql Basics
Want to learn CSS, PHP and create a website (17) Hello, I've been wanting to learn to create websites for a long time. I'm not sure how hard
it will be and how long it will take to learn enough to make my own database-driven website. I
studied SQL, basic programming, worked with databases and am familiar with HTML tags, but this all
was for work, university and I never paid a lot of attention to details. In the past few days I read
beginner's tutorials on PHP/SQL, CSS and even HTML. Now I want to create a simple database with
some tables to practice with PHP scripts for a website, write and read database i....
Maximum Number Of Decimal Places In Perl Language
(0) Hi, I would like to know the maximum number of the decimal places which I could get from coding
with Perl Programming languages without using BIGNUM. Thank you for your helping in this matter. ....
Perl Programming Language
(1) Hi, I want to use a big number in perl programming language. Unfortunately, my perl software does
not support "BIGNUM". Is there another way to replace "BIGNUM" to solve my problem. Thank you for
your feedback. ....
Learning To Use The Pen Tool In Photoshop
(0) The Pen Tool is a great utility that everyone who wants to use Photoshop well should know about. In
this tutorial I will cover a few things: 1. Basics 2. Things to Remember About the Pen Tool 3.
Cutting Out an Object (1) Basics: Ok, so some people can use it, and others can't, but
nevertheless it is a very useful tool that I find myself using every time I use Photoshop. It makes
very nice curves and is much more flexible and useful than any of the marquee tools. To begin,
select the pen tool from the bottom left of the third section of the left toolbar. Nex....
How To Learn A Programming Language
overview of the best way to go about learning a programming language. (0) How to Learn a Programming Language 1. Choose a programming language. Pythonand Turtle
Graphics are good starter languages. they are very straightforward and easy to learn. Also, there is
a module called Pygame available that makes handling windows a breeze. Another programming language
for a beginner to try is Kids Programming Language, or KPL's new version, called Phrogram.
Don't be put off by KPL's name! Once you learn the basic concepts of programming, you
can then take those ideas into any programming language you choose. Be aware however....
I Think A Good Programming Learning Steps Would Be...
(5) Firstly PHP, secondly C, thirdly assembly. PHP has a lot of features in a close relationship with C
and assembly will give you more of machine-level understanding required for programming. PHP fits
more of network related job handling, C is good for general programming regardless the architectures
while assembly gives almost close - and almost as it is - to architecture specific job when the
speed is in demand. PHP will give the ease to the learner to get familiar with C and as well as
other languages with C and C will give more understanding of the computer machine r....
Learning Php
(7) I have decided to start learning php as I think it is essential if you want to make a good site. I
have a book which is good for starters but it doesnt have much advanced stuff. Would anyone happen
to know a good site I can learn from? While im on the topic, i cant get PHP to install on apache. So
i still cant use php on my computer anyway :l....
Want To Install Apache, Mysql, Php And Perl And Didn't Know How?
Installing Apache Web Server on Windows XP (4) Installing Apache Web Server on Windows XP This article deals with installing Apache Web Server
on Windows XP. This guide is easy to follow, for everyone to make use of it and it will help you
have your very own personal web server for local web designing and development. Out of the numerous
web servers on the internet, none of them prevail as the open source Apache web server does, the
majority of all web servers out there run on Apache. This should make perfect sense to why I chose
to use this server, because I want to familiarise you with the most widely used web....
Simple Perl Script...
(1) I want to know the perl path to include at the beginning of the file....so that my perl scripts will
run properly... Or is it ok to make a cgi-bin directory and put my perl scripts in it? Any reply is
appreciated. cpn....
Using Perl For Newsletter Subscription
(1) so I'm interested in adding a newsletter subscription to my website for visitors that are
interested. I configured the cgi script, now I'm only wondering how to use the smtp feature with
astahost.. would 'localhost' suffice, or will I be needing to get smtp auth? thanks for the
help /biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" />....
Questions On PHP Versus Perl-CGI
(4) I have been working on perl -cgi for some time now. I have made a few dynamic webpages with
perl-cgi. But recently I learnt about php. Every here and now, there is a mention of php. Can any
one guide me on what are the advantages of php over perl-cgi - am I losing anything by avoiding
php? (so that I dont have to spend time learning php) - are these languages used in entirely
different domains? I am also not using the mySQL database but rather the files created by perl.
All I could guess by now is that php offeres some better interface with SQL. am i right? But then....
Best Way Of Learning A Scripting Language?
(6) I was going to wonder what is the best way to learn a scripting language. I mean there are tons of
different ways including buying Books on internet of that langauge. You can also take tech
classes,or even internet classes, or best way to just learn by yourlself? Ive been messing alot
lately with Macromedia MX director. Ive been learning its scripting language called Lingo, but ive
just been learning from messing with source codes and server scripts. Is the best way trial and
error and repeat?....
Create Easily Modifiable Html Templates For Use In Your Perl Cgis
(0) Copied from http://www.tutorialized.com/tutorial/Ace-P...te-Creator/3364 QUOTE Hate having
to place all the print statements in your program and having to escape all those quotes? Would you
like to give the ability for people who don't know how to program in perl to customize the
output of your cgis? Templates are the answer. Here's how it works. Take any html file and
anywhere you place in(variable), it gets replaced with $in{'variable'}. For example, if
you have $in{'name'} = 'bob' and an html file that has: Name: i....
Perl Modules
(0) Hi, I'm new here and I am interested in obtaining free hosting. I was just wondering what kinda
perl modules are supported on this site. In particular if the LWP and XML modules are supported.
Thanks in advance.....
Best Places To Start Learning PHP
(7) best places to start learning PHP,good resources http://www.php.net/ http://www.sitepoint.com/
http://hotwired.lycos.com/webmonkey/ http://www.devshed.com/ ....
Where To Start Learning Programming
Please advise me on which language to (16) I am a beginer to programming i wish to know from which language should i start programming C, C++
Is there any problem if i jump directly to vb or like please respond where can i find good beginer
tutorials Thank you....
Perl Vs Php
What's in your website?... and why? (13) Ok, so I've heard a lot of both languages, I've used php and I was learning Perl a while
ago... If you had to choose between these 2 languages to develop a website, which one would you use
and why? I'm attaching a poll in this message please vote....
Any Cms On Perl Which Is Really Good ?
Finding the right CMS (2) Guys, I am searching for a long time a CMS for my site... I have evaluated the following.. 1) Weblog
2) mambo others.. none seem to be on perl. As I know perl and can hack into the code, if its GPL, I
am inquisitive to know are there more options in Perl...? regards....
Help Needed To Create Login Script With Perl/cgi
Need Script (21) Have a format in mind and have a good idea how it works. So here what I need: step 1::: person must
register: create handle // enter password // enter password // enter email : it then takes the
person to acsepted page or reject per reason page. step 2::: login page: enter handle // enter
password : takes them on it to the site of their control pages for each handle controls their own
pages yet all pages interacts with the others. or bad password re login page. Have the page
designed already have the script in html lang but one can create a password on the html page but....
Linux User Needs Help Learning Freebsd
(7) Recently, i decided that FreeBSD was somthing i wasnted to be able to say i could use, and afdmin
comfortably. I was reading several comparasons between GNU/Linux (what i currently use) and
f'BSD. Apart from the differences in the Licences, and they way they were developed, and of
cource the history, they were very very similar. Ive used and become comfortable with several Linux
distro's inclusing Linux From Scratch, Slackware, Gentoo Mandrake, Fedora/Redhat, and maybe a
few others, LOL. After becomming comfortable with linux, i started university, where i use....
Best Place For Information On Perl
I would like to learn Pearl! (8) Hello, I would like to learn Pearl so that I can start working with CGI scripts so that I can in
order to build a more inventive/interactive and dynamic website. I would like if someone could
point me to a site were I can not only learn Pearl, but also download software to help devlop code.
(An IDE of some type.) Thanks, Tim....
Learning Programming: Which Language To Start
which language to start on (11) Okay i have a basic knoledge of programming and am starting to learn it in more detail, my only
problem is i dont know which language would be best to start on a book i brought suggested starting
on Visual Basic, some old posts tha came up on searches said QBasic and a friend who does program
says i should start on C or Pascal wha do you all think i should start on?....
Installing Psychostats - Need Help!
perl scripts? (1) ive been trying to setup psychostats for my css game server. I want the stats for people to see on
my website. Anyways I got the entire /stats dir in the cgi-bin as I was told that would make it
work..when i do http://www.tcclan.org/cgi-bin/stats/install.pl i get the following 500 Internal
Server error: QUOTE Internal Server Error The server encountered an internal error or
misconfiguration and was unable to complete your request. Please contact the server administrator,
webmaster@tcclan.org and inform them of the time the error occurred, and anything you might h....
Some Of My 3D Models
im still learning.. (25) sorry if this is the wrong forum,its 3d but not animation. forum description was a little confusing.
well, ive been trying to model for a long time, but just a couple weeks ago i really got into
learning to model in 3ds max, and its just suddenly started to click. this is a brick of C4, im
redoing the wires. the only primitive i used was the chamfered box ( the tan one) everything was
extruded from the original primitive. this next one is a concept shuriken (throwing star). i
started with just a tube, then extruded and tapered the first spike, then used symmetry an....
Simple Problem W/ Perl
I can't get this hello world script (5) Here's my code: CODE #!/usr/bin/perl # print "Content-type:
text/html\n\n"; print "Howdy, world!"; I saved it in my cgi-bin with
777 permissions and It goes; QUOTE Internal Server Error The server encountered an internal
error or misconfiguration and was unable to complete your request. Please contact the server
administrator, webmaster@supper.astahost.com and inform them of the time the error occurred, and
anything you might have done that may have caused the error. More information about this error may
be availab....
Perl : Help
How to run command lines (4) Hi there , I would like to have help with Perl. When I make a program and I run it , it close
instantly after it is done. So how could I keep it open after his execution ? And also , where can
I find Perl command lines ( if it exists for sure ) Thanks everyone , Happy new year. Mathieu_021....
What Is Perl?
(11) I have been looking high and low for a good domain service, and most places I have checked have Perl
as a feature (including this one). What is Perl? It is included in the same info space that stuff
like cPanel is put. But most importantly, how can Perl help me? If it can't, why do they
advertise the ability to use it everywhere?....
Looking for learning, perl
|
|
Searching Video's for learning, perl
|
advertisement
|
|