Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

I need/want to write a text-mode screen-oriented database UI application using as few perl modules as possible, and at the highest possible abstraction level, using modules that are well documented, widely used, and actively supported.

Asking for too much, aren't I?

I've been looking at Curses::Application and see there's going to be a bit of a learning curve (I've only written command-line stuff for decades).

Specifically, what I'm trying to do is write an application that presents the user with a data entry/query form (we use Putty/SSH) that will have static areas with field labels and field boxes the user fills in, etc. Basically the same visual functionality as Oracle Forms (from back in the text-only days).

Of course I can use ncurses and write hundreds (thousands?) of lines of code to make it work, but the less code the better.

Why? Well, I need to adhere to the KISS principle, and SSH makes remote access easy without running a huge LAMP stack, web framework mess.

Why ask this here at perlmonks? Well, I want to use perl because perl is what I've been using (along with Oraperl) since 1992 to write reports and do all sorts of things with Oracle, and instead of trying to use Python or Ruby I want to stick with perl.

Thank you.


In reply to text mode screen-oriented application development by gregben

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-04-25 05:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found