Raven.Dmy has asked for the wisdom of the Perl Monks concerning the following question:
I use perl for systems administration in a windows environment and would like to know if Perl 6 can be used the way I use it now.
Because I can't install Perl on every server and workstation in the company, I copy my ActiveState c:\perl folder, with all my favorite CPAN and PPM's and custom modules, to a network share. Then, any system can use Perl like so:
\\server\share\perl\bin\perl.exe \\server\share\scripts\myscript.pl --my --argumentsReading how parrot will work makes it sound like perl+parrot will be more like java/C#, where the runtime MUST be on the machine running the script.
For you Perl 6 guys, what can you reveal about the possibilities of running Perl 6 from a central location as I do with Perl 5 now?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: running Perl 6 from a network share?
by chromatic (Archbishop) on Mar 20, 2007 at 02:30 UTC | |
|
Re: running Perl 6 from a network share?
by CountZero (Bishop) on Mar 20, 2007 at 20:37 UTC | |
by Argel (Prior) on Mar 21, 2007 at 01:16 UTC | |
|
Re: running Perl 6 from a network share?
by beryan (Scribe) on Mar 20, 2007 at 19:28 UTC |