Ask a Question related to PERL Modules, Design and Development.
-
Ted Zlatanov #1
something like CPAN::AutoInc for scripts
I would like to distribute a script to users, but the source may
change. So I want to do something like CPAN::AutoInc, but for
scripts.
You'd say "perl -MScript::AutoInc -e'go "TEODOR", "http://lifelogs.com/runthis.pl"'
the script would begin with
use Script::AutoInc qw[TEODOR [url]http://lifelogs.com/runthis.pl];[/url]
.... actual script here ...
When you run it, if it's updated, the script will get the new version
and overwrite the old one (if possible). Then it runs the new
version. So just that first line is enough as a stub. But if the
external server is not accessible, or the user wants to skip the
update check, they have the option to run the current version of the
script.
The "TEODOR" CPAN name gets a public key and checks if the released
script is signed appropriately for some small measure of security.
Has this been done before? I can put a module together quickly
myself, but wanted to make sure I'm not missing an existing module.
Thanks
Ted
Ted Zlatanov Guest
-
Upgrading to CPAN.pm v1.76 install Bundle::CPAN fails
FYI Have problem Upgrading perl packages from CPAN.pm version v1.61 to version v1.76) failed with final error messages: <stuff snipped> CPAN.pm:... -
CS: Scripts do not appear in Scripts menu
I have several utility AppleScripts that I created for Illustrator 10. I'd like to use these in CS, and they work correctly when I choose "Browse"... -
Listed in search.cpan.org but not www.cpan.org
Dear Y'all - I published the PeopleSoft.pm modules about a year ago and they're available via interactive CPAN and via the engine on... -
Problem with 'cc' command in CPAN makes (i.e., Bundle::CPAN)
I'm using the CPAN module to build my modules and have hung up just trying install Bundle::CPAN. Installing Data::Dumper, for example, shows a 'cc:... -
scripts that control other scripts
Is there any behaviour script that when attached to a sprite can control the functionality of any other scripts attached to that sprite? I want to...



Reply With Quote

