Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- perl Term::ReadKey equivalent
- It seems my previous post on the same question is lost... :(Tried to accept user response from keyboard like "Press any key to continue ..." type of thing.perl code simplified:-#!use/per/bin;use Term:ReadKey;for $i { print "Press any key to continue: "; ReadMode 'cbreak'; $ans=ReadKey(0); ReadMode='normal';}It doesn't work....
- Tags: Perl, dlauxx, Term::ReadKey
- Discussion threads 2007-01-29
- What else besides Term:ReadKey I can use
- Tried to accept user response (one key stroke 0r so) to continue the perl segment, but learned that Term:ReadKey is not working under Win32. What else I can use? Please help.The following is the one I am trying to achieve:#!/usr/bin/perl -wuse CGI ':standard',"-debug";use Tie::File;use Term::ReadKey;......sub somthing{...print "Press any...
- Tags: dlauxx, term::readkey, software, perl, programming, cgi, Term:ReadKey
- Discussion threads 2007-01-27
- Newbie needs help, please.
- New to programming perl. Please help.Downloaded ActiveState "ActivePerl-5.8.8.819-MSWin32-x86-267479.msi" and installed on my WinXP Pro PC.Try to test programs written in .html calling .pl supposed to be on web server on this TESTING environment. But no luck.What did I miss? ++++++++++ .htm code(FORM ACTION="c:/per/bin/backatcha.pl" METHOD=GET)pWhat is your favorite color?(INPUT NAME="favcolor")(/p)(INPUT TYPE=submit...
- Tags: activestate, dlauxx, param, perl, programming, software, windows
- Discussion threads 2007-01-14
- Windows Mobile Application Development
- I have a hp iPAQ Pocket PC, and am trying to develop some applications on Windows Mobile 5.0 and/or Pocket PC 2003 platform. I am using Windows XP as my development platform, no previous SDK is installed on this PC.Grateful if someone here could tell me what tools I...
- Tags: application development, dlauxx, embedded, Microsoft .NET, Microsoft Windows, Microsoft Windows Mobile, Microsoft Windows Mobile 5.0, programming, SDK, software, visual basic, visual c++, visual studio, windows, windows mobile
- Discussion threads 2007-01-12
- Windows Mobile Application Development
- I have a hp iPAQ Pocket PC running WinCE 4.20.I like to develop some applications on this Pocket PC and learnt that I could use Windows Mobile 5.0 Development Platform.Grateful if anyone could tell me what SDK, programming language (eMbedded Visual Basic? or eMbedded C++?) and other tools that I...
- Tags: application development, dlauxx, embedded, Microsoft .NET, Microsoft .NET Compact Framework, Microsoft Windows, Microsoft Windows Mobile, pocket pc, programming, SDK, software, visual basic, visual c++, windows, windows mobile
- Discussion threads 2007-01-12
- icons used in WinXP Pro File Explorer
- Thanks in advance.Travelling, bring with me the images of WinXP Pro CD, MS Office 2003 CD and others on DVD. Computer breaks down, need to install on another desktop but the original WinXP Pro CD is not around so cannot boot the Installation Disk.
- Tags: file explorer, strange behaviour, icons, windows xp, windows, dlauxx, WinXP Pro, Microsoft Windows XP, CD, disk, hard drive
- Discussion threads 2006-11-09
- << Previous
- page 1 of 1
- Next >>