in reply to Need help to change from windows perl to linux perl
You'll notice that not only perl uses shebangs at the starting of the script. This is because LINUX doesn't need to see the file extension to know the language of the script. Said so, you could put a perl script without the .pl extension at the bin/ directory and use it as your new and private command, for everyday use!
You should read about BASH or the sh(ell) scripts that are cousins of perl, as well as awk and sed. After this, your perl is going to improve a lot. Perl appeared as a usefull way of simplifying these powerful commands. So, perl should do the same as all these. AWK is like a living REGEX scripting language. (ask Merlyn).
You should know about chmod and chown since you are no longer at the kinder. This is a heavy weight, it runs most Internet servers. You are now working as if you where using a big MainFrame as NASA or PIXAR have. Machines shared by lots of people connected at big networks.
So, the starting is a bit hard, but the reward is that you are going to finally become another guru. And what matters most, you are going to improve a lot your perl skills.
Use the force, Luke!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Welcome 2 the JEDIes world!
by chanio (Priest) on Jun 21, 2005 at 18:57 UTC | |
by Anonymous Monk on Jun 22, 2005 at 07:38 UTC | |
by chanio (Priest) on Jun 28, 2005 at 20:45 UTC |