Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^2: Using Tab Completion on Windows in cmd.exe

by cavac (Parson)
on Nov 24, 2011 at 20:40 UTC ( [id://939951]=note: print w/replies, xml ) Need Help??


in reply to Re: Using Tab Completion on Windows in cmd.exe
in thread Using Tab Completion on Windows in cmd.exe

Well, Stamm wants to write a console Perl script that features tab completion. It seems most (all?) Perl modules tested so far seem to rely on some unix feature or other, or just don't support tab completion.

Tab completion does not necessarily means name completion. For example, an interactive Eliza program might use it as well. So if the user types

# I like tab c(tab)
tab completion might turn it into
# I like tab completion.
to which the correct response would be of course
Tell me more.

Don't use '#ff0000':
use Acme::AutoColor; my $redcolor = RED();
All colors subject to change without notice.
  • Comment on Re^2: Using Tab Completion on Windows in cmd.exe

Replies are listed 'Best First'.
Re^3: Using Tab Completion on Windows in cmd.exe
by ikegami (Patriarch) on Nov 24, 2011 at 22:18 UTC
    Ok, so not in cmd, but at his own prompt.
      Sorry for the misleading title. I used cmd.exe to say Windows vanilla shell instead of fancy stuff like powershell or cygwin.
        You're making it worse; your question doesn't have anything to do with any of those.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://939951]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-04-24 22:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found