how per language starts like html start like
%26lt;html%26gt;
and ends with
%26lt;/html%26gt;
Where i can write a perl language like i can write html in notepad?
You can not write a Perl program if you don't even know simple concepts like this. There are dozens of books for learning Perl, check your local library.
As for the person who asked a question in their answer (cheater!), ActiveState makes a full-featured IDE for Perl, it's called Komodo.
Reply:A Perl script doesn't have a special start text. It's just a file with a '.pl' expression.
If you want UNIX to run it without using "perl ", then you can start it with
#!/usr/bin/perl
(Replace the above path with the actual location of your Perl executable)
Reply:Yes thats right but I was also wondering, is there a program like dreamweaver to edit a pearl language, you know the debugging features of dreamweaver ftp integration colored script lines etc. Is there? anyone?
printable cards
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment