kristofer.hoch
Feb 17 2005, 05:30 PM
| | Hi there,
I like using Perl for programming. Most of the work I do with it eventually involves the web. I don't use it in a CGI environment though, I use it as a tier two processing language.
How do you use perl (if at all), or why do you not like perl vs. your preferred language?
Thanks, Kristofer Hoch ----------------- "Not a Perl Biggot" |
Reply
vizskywalker
Feb 17 2005, 09:22 PM
I do use Perl for CGI because it is the only thing my current webhoster allows other than javascript, and I prefer CGi to javascripts for filling out forms and need it for login purposes. I also use perl for quick little scripts I need to write, and was working on a chat program for it. I gave that up when every program I wrote would hang on the $socket -> listen(); command. I use WinPerl and if you ave any suggestions I would appreciate them. I also use many other languages, especially assembly. It really just depends on my mood.
Reply
Taupe
Feb 18 2005, 01:25 PM
I use Perl to write scripts for IRC clients. But I prefere PHP to Perl because it's more easy to use. Try for example to manipulate an array of arrays of strings in Perl, and you'll understand...
Reply
clemen
Feb 21 2005, 07:44 AM
QUOTE(Taupe @ Feb 18 2005, 09:25 PM) I use Perl to write scripts for IRC clients. But I prefere PHP to Perl because it's more easy to use. Try for example to manipulate an array of arrays of strings in Perl, and you'll understand... hi, i like perl so much since im an opensource guy. I used Tie:HashArray if i wanted to store arrays in a list/collection.
Reply
Recent Queries:--
perl progamming - 361.58 hr back.
-
perl interview - 1255.88 hr back.
Similar Topics
Keywords : perl, progamming, scripting, insighting, discussion, perl
- Diabetes And Insulin Pump Therapy
Discussion on diabetes control (5)
The North American Union
a discussion (4) So I am not a very political person, but I try my best to stay up to date with the politics of my
country, Canada. And recently, it has come to my attention that certain things within the
governement is taking place in which I very much disagree. I don't disagree on the certain
benefits that some of these changes may help, however, the WAY it is being implemented and imposed
is NOT acceptible: The North American Union This means different things to Canadians, Americans
and Mexicans, but here I will mostly discuss what it would mean to Canadians. QUOTE 1. T....
Independent Kosovo
This is discussion about independent Kosovo (0) Well I have started this discussion because I would like to know what do you think about
Independence for Kosovo and this very radical move. Though it is still uncertain if international
community support this this will affect every part of the world where there are separatist
movements. I will hold my opinion for the moment before I receive first replies from you.
Hitmanblood.....
Are Some Christians Pushing For A New Crusade?
Please, only logical discussion, no ranting (5) I study Medieval history because it amuses me and I have always been interested in it. In the years
past the 9/11 attack on the twin towers I have noticed a very scary trend in the USA. I have seen
this trend mirrored in history before, namely in The Crusades. For those of you who do not know
about The Crusades I will give you a short history lesson. In the late 11th century Byzantine
Emperor Alexius I called for help to defend his Christian empire (which included Jerusalem, the
Christian holy city) against invading Turks (who were Muslims). The Pope of that time, Pope....
Perl Interactive Mode
(2) I am kind of wondering why for some reason, Perl does not have an interactive mode in its parser
like Pythong does in its. Also, Python comes pre-packaged with a GUI like parser and it is written
in Python\Tk (I think that's what its called). I know that Perl has Perl\Tk, and I
know it has an eval function. Why is there no interactive parser like that. I think I could come up
with one. Anybody, wanna see if we can build a interactive module like the Python one?....
Auto-installer Scripting
(1) Fantastico is the thing that let me choose computinghost.Is there any other other autoinstaller that
can do the same job for me? I have tried these already : 1.Elephante auto installer 2.1-click
Install (Mediatemple.net feature) 3.FastInstall. Do u know any other script-installer that works
same as fantastico and is effective? But i've found fantastico on computinghost is updated very
rarely.Current version of wordpress 2.3.2 is not there.What could be the reason? ....
Perl As A Way To Program Desktop Applications
(8) I know that Perl is very common for CGI scripts and is used in many web applications. I also know
that Perl can be run from the command-line for basic applications. Anybody ever make desktop
applications in Perl or do most people strictly use Perl for CGI and use C(++) or Visual Basic for
desktop applications. I am curious because I would like to attempt to create a game in Perl and
distribute it. Of course it could only work for people who have Perl installed. Just wondering.....
Where Do I Install Perl Scripts?
Help, i need somebody help... :P (6) Where do i install perl scripts? I couldn't find the path (usr/bin/perl/) and i tried to put one
script on /home/ /public_html and execute it from a php script, but, nothing happened, the script
was not working, and yes, the script works properly. The reason for not working is the wrong path i
suppose.....
Newly Designed Web Page
Mock-up for review and discussion (5) http://jlhaslip.trap17.com/aef%20features/index.html A design layout for AEF Forums that I have
come up with. Any ideas about how to improve on it? All comments welcome. Thanks. Not all the links
are set for the correct place yet. It isn't quite finished, just want to know if I am missing
anything. Curious how it looks in different Browsers, etc, colours okay? Readable?....
Why Don't You Make A Programs Forum In The Technology Area?
A discussion to make a Computer Programs (1) Why Don't You Make a computer programs section??? it will make your forum more active and you
will get more members /cool.gif" style="vertical-align:middle" emoid="B)" border="0"
alt="cool.gif" /> and i will post some good programs i have....
Coldfusion Scripting
Does trap17 support this? (0) I am currently redesigning my website and I have been considering using coldfusion as my supporting
server in DreamWeaver. Now, I wanna know whether Trap17 has any support for coldfusion server
technology. I wouldnt want a situation whereby, after I have gone through the very tedious work of
getting the website designed in coldfusion, I meet the bombshell that Trap17 does not support this
tech. So, I wanna know, does T17 support ColdFusion?....
Discussion On Dynamic Programming
(3) Dynamic Programming is one of the powerful programming approach now a day. DP applicable when sub
problems share sub sub problems. (No independent sub problems). Solve each sub problem once, save
the answer, and when needed use the previously computed result. Like for Fibonacci series. To get
f(n+1) we need addition of f(n), f(n-1) and for f(n) we need f(n-1), f(n-2). so to get f(n+1) we
need f(n) and f(n-1) and again for f(n) we need f(n-1) and f(n-2). In this approach we are
calculating same thing more then once . That is a very bad idea. But what if we store the data....
C++ General Discussion
any problem in c++ shall be discused here (8) hello guys i have started this topic to share our little experience with this language and could
help the needys out there and also to share programs or projects ... take care Please do not start
an empty topic--no actual discussing subject matter. We have dedicated C++ programming language
section. Moved. ....
Movie Discussion - Love Actually - A Christmas Movie
movie discussion (5) Okay who else has watched the movie Love Actually??? I for one absolutely adore the
movie!!!!! Its so humourous and yet so sad the way some people never get a good
Christmas and yet on the other side of town the Prime Minister(Hugh Grant ) is having a party in
full swing!!! Its got that Britishness that I just love AND its got Bill Nighy in it
(AND he sings!!!!!) with some other people that i think are simply great actors
such as Hugh Grant, Colin Firth and more... Also I think that all of the stories in it are so g....
What Is Perl ? For A Layman Like Me !
(7) hi, i was wondering what perl was i downloaded Activeperl thinking it is some thing like a CMS lol
but.... well u know what is it what can you do with it, i really want to know why it is soo famous ?
hehe thx Scan....
Scripting Help On Ajax Shoutbox
(1) HI, I'm currently working on an AJAX web app. It's a shoutbox. I have here attached the .js
file fully documented so it's easy to understand. Problem: An error message alert occurs in IE
6 Help: I need someone who can fix a code so that the error won't show up in IE. Note: I've
tested it under Firefox and Opera and it works very well. Here's the code: /** * ezShout -
AJAX/PHP ShoutBox * by Albert Villaroman * * For help and tutorials on usage, please refer to
manual * * Note: Due to JS lack of standard OOP conventions, treat "Shoutbox....
Philip Pullman - His Dark Materials
Discussion about the three books & the upcoming movies (3) Philip Pullman - His Dark Materials is a story of three books which follows the 11-year-old Lyra
Belacqua through a terrifying, facinating, beautiful & sometimes funny adventure. The trilogy
contain three books: The Golden Compass QUOTE In The Golden Compass, readers meet for the
first time 11-year-old Lyra Belacqua, a precocious orphan growing up within the precincts of Jordan
College in Oxford, England. It quickly becomes clear that Lyra's Oxford is not precisely like
our own - nor is her world. In Lyra's world, everyone has a personal dæmon, a lifelon....
Mylot.com
earn a lot of money on discussion and upload image (16) The site is mylot and all you have to do is stay active in the site by creating or responding to
discussions and upload photos. You get 1 cents minimum for each response you post or when someone
responds to your topic. Your rating in the site goes up by 1 for each unique discussion you take
part in or when someone responds to the discussions started by you for the first time. They pay you
based on the quality of the posts you make. so, if you really make a worthy reply, you can expect
5-10 cents for a reply. Respond to as many discussions as possible and earn. You ca....
Tell Me Why I Should Believe In A "god"
Open Discussion/opinions (24) Simple really, Tell me why i should believe in a God. . . and that means any religion. Tell me why
believing in a religion and a god will improve my life. Look forward to many responses /smile.gif"
style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> and no bashing/questioning
other beliefs please. . . .. i will report any posts of such manner.....
Any Ultima Online Players?
General Ultima Online discussion (5) Even though the game is quite dilapidated, I can never seem to tear free from it's hold.
I've been playing Ultima Online for about 7 years now and it never gets tiring. Sure, certain
aspects of it get old (like the people who do nothing but trash-talk about peoples' PVP skills),
but I don't think I will ever get tired of the game. I played on OSI paid-servers for about a
year and a half. Then I found the wonder of free shards. All the fun, and more, of a paid OSI
account without having to pay? You bet I'm on top of that! I started with one shard....
Bush Is Doing The Work Of The Terrorists
political discussion (2) Who was it who said: QUOTE The object of terrorism is to try to force us to change our way of
life, is to force us to retreat, is to force us to be what we're not. And that's --
they're going to fail. They're simply going to fail. go here so we have to do
everything in our power to protect this way off life. But what is this way of life? Pursuit of
happiness? Living to you capabilities, living out the american dream of the world being your oyster.
Istn;t it? And all that, of course, with the least possible interference from the state, and also....
Matching Accents In Perl Regular Expresions
matching accents in perl regular expresi (1) Does anyone knows how can i match accents in perl regular expresions. I do not manage to match not
english characaters such as á, é or ñ. I hope there is someone taht knows the answer because i have
been searching in google a long time without success. Thanks in advanced....
Runescape general discussion
(16) I play Runescape and ive just started a clan with a friend of mine in Runescape Warriors Of The
Undead Clan If you play runescape come in and talk with us you dont have to be part of the clan to
register. ....
Compiling Perl / Python?
is there a way to compile perl/python? (3) so im pretty new to programming in general, but these two languages i am even newer to. I'm
trying to find out if there is a way to compile a perl/python program so that it is encrypted, and
the source could not be read. or are these languages just scripts? Thanks.....
Counter Strike For Xbox Live
discussion on CS for xbl (9) I think CS for xbox live would be alot better if they made more maps and better guns.....
Grand Theft Auto: San Andreas
hints and discussion (35) Does anybody know how to get to the betting shop because i cant find it anywhere. i have been told
that it is on the first island, but where? all of my friends have got loads of money but i have only
got a couple of hundred and i really want to buy a new house and upgrade my lowrider car Please help
me quickly. Modified topic title and description to fit forum rules. ....
Scripting Help
(4) OK, i just got the Nettek 2.0 and yes i know its been out for some time but ya, and when i try to
upload a file it says: Warning: copy(files/screenshots/3.gif): failed to open stream: Permission
denied in /home/tempknig/public_html/clan/uploadss.php on line 35 and on line 35 of uploadss.php
is: if (copy($_FILES , "files/screenshots/".$target)) eh.. thanks if you can
help, greatly appretiated....
Perl V.s. Php
PHP vs PERL : Comparision of PHP & PERL (5) Now I've always wanted to make a web game. Now I have time. I keep getting suggested both php
and perl. I know alot about php and stuff. but I hardly know anything about perl .So what would (if
anything) make perl better than php when programming a web game?....
Runescape
general discussion and more... (51) pretty fun game and FREE. Visit www.runscape.com for more details on register and starting yor own
adventure. pretty sweet game if u ask me pay nothing HUGE world to pay and run around in and beat
people and creatures up...Find weapons get money and even make your own weapons. Try it and have
fun....
Perl Help
How to install modules (1) How do I install perl modules??....
Looking for perl, progamming, scripting, insighting, discussion, perl
|
|
Searching Video's for perl, progamming, scripting, insighting, discussion, perl
|
advertisement
|
|