Featured Post

How much should I know about Perl programming language? August 22nd, 2010

These days, when I see a job ad, I noticed that Perl is one of the requirements for most of the Web developer jobs. So, I was wondering how much Perl should I know before I apply for those jobs. By the way, I just finished “Beginning Perl, Second Edition”


Recent Posts

In perl programming what is a complete code that write a program that reads two integers from standard input? August 2nd, 2010

(one at a time), divides the first one by the second one, and prints out the quotient (the result) and the remainder?


Where can I find an absolute idiots guide to the Perl programming language online? July 13th, 2010

There are zillions of comments and little programming tips on Perl on the Internet, but they’re all just for advanced users who already knows the do’s and dont’s.
Please help me with a free online guide that teaches you Perl from the beginning. If it is fully downloadable, it would help a lot as well.


Would you consider the Perl programming language worth learning? June 23rd, 2010

I am very intrigued by Perl, and have been studying it. Though it was once the most popular programming language used on web sites, it is no longer used very much at all. It is, however, still used for some network programming. I am not sure if I can apply this skill in the workplace. [...]


What is the most cutting-edge, omnipotent language in the programming industry right now ?? June 7th, 2010

XML? JAVA? PERL?
Who’s heard of OWL?
BREW?
What languages should I learn if I want to take over the world??


Internet programming question? June 5th, 2010

Can i make a proxy using PERL or C++ or even plain old Javascript? Any instructions, links, or tips would be greatly appreciated.
I know i only want to use 1 of them ,just tell me which ever one you know best how to use, cause i can do any of the 3.


Any idea why this Perl script doesn’t work? June 3rd, 2010

!/usr/bin/perl
# This is the password program, used to learn a little about
# Perl, by making a little game. The computer generates a simple
# password, the user has to guess it.
print “Password. The script will create a password, you have\n”;
print “to guess it. Possible passwords are foo and bar.\n”;
$password = “”;
$input = “”;
if (rand() > 0.5) [...]


I’m stuck in programming limbo! What should I study? June 1st, 2010

I’m really unsure what to do with a future career but I’m certain I can pinpoint it down to coding. I really enjoy doing it and seeing the results I can make. I’m pretty fluent in PHP, and VB.NET, however I’m not 100% sure I’d like to take up web development, just as a hobby.
Obviously, [...]


can c++ and perl included in VB code? May 30th, 2010

Can i include C++ code and a script written using Perl in my Visual Basic Program..If so..How?


Which programming lang should I learn? Java…javascript…etc? May 28th, 2010

I’m a beginner with short knowledge of programming. I was wondering what would be a good one for me to learn. I want one that leaves a broad area of learning instead of just one.
ASP 3.0
Assembly
C
C++
Cobol
ColdFusion
Delphi
HTML
J2EE
Java
JavaScript
Perl
PHP
Python
QBasic
SQL
Visual Basic 6
XML
If you have any others…..feel free to tell me
thanks


« Previous Entries / Home