Home > Archive > PERL Beginners > November 2006 > Can I use perl ,write programs in perl without installing it on any computer
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Can I use perl ,write programs in perl without installing it on any computer
|
|
| Vijayshree 2006-11-17, 3:56 am |
| Hi ,
Can I use perl ,write programs in perl without installing it on any
computer?
IS there any perl online development simulator exists?
Thanks,
Vijayshree
| |
| FishMonger 2006-11-17, 11:18 am |
| quote: Originally posted by Vijayshree
Hi ,
Can I use perl ,write programs in perl without installing it on any
computer?
IS there any perl online development simulator exists?
Thanks,
Vijayshree
You need to have perl installed on the local system that you use to develop the scripts. Once the script is ready to put into production, you can compile it and run it on systems that don't have perl. | |
| nobull67@gmail.com 2006-11-17, 9:57 pm |
| On Nov 17, 9:41 am, "Vijayshree" <vijayshree_jora...@persistent.co.in>
wrote:
> Can I use perl ,write programs in perl without installing it on any
> computer?
Only if you can find a computer that already has it installed.
> IS there any perl online development simulator exists?
There do exist hosting companies offering accounts on shared servers,
or dedicated servers or virtual servers.
Many such services will have Perl pre-installed.
Most such services will be significantly more expensive than the cost
of a cheap second-hand PC.
| |
|
| In article <1163785403.641383.94670@m73g2000cwd.googlegroups.com>,
"nobull67@gmail.com" <nobull67@gmail.com> wrote:
> On Nov 17, 9:41 am, "Vijayshree" <vijayshree_jora...@persistent.co.in>
> wrote:
>
>
> Only if you can find a computer that already has it installed.
>
>
> There do exist hosting companies offering accounts on shared servers,
> or dedicated servers or virtual servers.
>
> Many such services will have Perl pre-installed.
>
> Most such services will be significantly more expensive than the cost
> of a cheap second-hand PC.
Here is one way to do it. The article points the way to encapsulate
perl, the perl library, everything needed to run as a stand-alone
executable on a PC. A very clever idea that simon cozens came up with.
http://simon-cozens.org/programmer/articles/webgui.pod
I re-read the request of this original posting and this doesn't answer
that directly, but it gives some new ideas, maybe.
Boyd
|
|
|
|
|