I started with Basic, and moved on to Visual Basic. Years later I learned C in my first year of college, and Java in the last part of the first year and my second year. After that I learned JavaScript, which is what I'm coding in these days, as it's the language my
MSN client runs on.
Before JavaScript, I've learned some Perl, but there was a problem with my installation, so I put it off.
As for wisdom... If you're in to PERL you might want to consider this...
Meh. "Hello world!" is also just
- Code: Select all
print "Hello world!"
in Perl, excluding the necessary first line that indicates what the file has to be processed by.
Perl is primarily a scripting language for manipulating text, and it does that very well.
the image's mouse-over/alt-text
The title attribute is mouse-over text. The alt attribute is supposed to contain text that describes the image, providing a text equivalent, which appears when the image can't load for whatever reason.