in reply to [NTF] Nice Perl ideas I have no time for

There are mainly two ideas, it doesn't seem I'll have the time..
Both imho good, but.

Write a script to get completely selfbundled perl scripts.
I do know par packer, and so on, but I think about having the perl interpreter installed at the target,
and just put the script with all used modules included at the target.
Yet I copied all used modules by hand into one file, what is .. tedious :(

The other one, a text user interface library. Which is usable, and portable.
Curses is incoherent, quite often the different curses interfaces are missing something, and so on.
Perhaps starting with a really simple C interface, like tbox.
Having all other things implemented in perl, in an object oriented manner.
The things out there I found are either not finished, or not that nice to use.
Would be wonderful, but I'm faced with other problems, so..
  • Comment on Re: [NTF] Nice Perl ideas I have no time for

Replies are listed 'Best First'.
Re^2: [NTF] Nice Perl ideas I have no time for
by hippo (Archbishop) on Oct 11, 2023 at 12:38 UTC

    Your first idea sounds very much like App::FatPacker. Perhaps that's all you need?


    🦛

      .. :o perhaps. ;)
      Thanks a lot, somehow I didn't find this.

      About the second idea, here's the TO I did write some 16 years ago.
      console editor