PDA

View Full Version : [ubuntu] (Perl) Programming on Ubuntu



Sacrifice
November 17th, 2008, 07:44 PM
I have a few questions. I want to be involved in some sort of programming community/project on Ubuntu in Perl, but I'm not too good at CGI or anything like that. I also can't get the gnome-terminal to run working Perl scripts; it gives no response as if it did nothing. I'm on Version 8.10 and it recognizes it as a Perl script when I view the properties. Any help would help.

jenkinbr
November 17th, 2008, 08:07 PM
Are they executable? Try chmodding the perl script(s) using

chmod 1744 <name of file>
and then run <name of file>
<name of file> should obviously be replaced with the actual file
name.
prepend sudo if you do not own the file. (permission denied)

To do this in nautilus, browse to the file, right-click it and click properties, click permissions, and check the box at the bottom marked "Allow executing file as a program"

Sacrifice
November 17th, 2008, 08:09 PM
Thanks. Do you know anything about any new Perl projects I can join or how I could find one?

phidia
November 17th, 2008, 08:32 PM
Maybe this site (http://perl-begin.org/) will be helpful?

Sacrifice
November 19th, 2008, 08:29 PM
Thanks. I guess I'll just re-learn HTML along with CSS and CGI.

jenkinbr
November 19th, 2008, 08:48 PM
Thanks. I guess I'll just re-learn HTML along with CSS and CGI.
Great Idea - HTML+CSS are the language of the web, so you will definatly want to know them. Good luck.