Thank you for your help and advice!
I have written a perl app that I use on several servers I support. These are all NT 4 or win 2000 servers. It simply compares current usernames on the server to an authorized list. All of the servers I support have ActiveState Perl 5.005 installed. Some of my team members also want to use my app, but some of their servers cannot have Active Perl installed (customer requirement).
As I was browsing through some of our tools, I found a version of perl.exe that appears to be a stand alone rather than installed version...
perl.exe -v shows...
This is perl, version 4.0
perl for NT $$Revisison: 4.0.1.8
Build 3
Patch level: 36
Copyright (c) 1989, 1990, 1991, Larry Wall
NT Copyright (c) 1193, Inertgraph Corporation
Using this perl.exe and my app on a server that does not have Active Perl installed looks like it would work, but some of the syntax is not happy. I suspect this is an older version.
r
Is there something like this ( a stand-alone perl.exe poduct) still available that is more up to date? Something that I don't have to install (violating customer requirements) but would still allow me to run
perl my.pl
Thank you!! Glenn Meyer
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.