diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-10-07 02:11:55 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-10-07 02:11:55 +0100 |
| commit | 9aa4d1bb2fefaeafe9d017ccb651facd70a77940 (patch) | |
| tree | 1092274786821c93441bb43c45797b3e5ce68d51 /challenge-029/markus-holzer/README | |
| parent | 22eb742464883cd6918c08dc47ac81eb6502b3ea (diff) | |
| download | perlweeklychallenge-club-9aa4d1bb2fefaeafe9d017ccb651facd70a77940.tar.gz perlweeklychallenge-club-9aa4d1bb2fefaeafe9d017ccb651facd70a77940.tar.bz2 perlweeklychallenge-club-9aa4d1bb2fefaeafe9d017ccb651facd70a77940.zip | |
- Added template for Challenge - 029.
Diffstat (limited to 'challenge-029/markus-holzer/README')
| -rw-r--r-- | challenge-029/markus-holzer/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/challenge-029/markus-holzer/README b/challenge-029/markus-holzer/README new file mode 100644 index 0000000000..5caaa53cc7 --- /dev/null +++ b/challenge-029/markus-holzer/README @@ -0,0 +1,17 @@ +Solutions by Markus Holzer. + +Solution #1 requires the external command `file` +For Windows that program is available at + +http://gnuwin32.sourceforge.net/packages/file.htm + +To make the clock tick on Windows, solution #2 requires a module +I wrote which is not on CPAN yet: Win::VT (Name is likely to change). +The module enables the terminal emulation in the "DOS" prompt. + +To run the script you need to say + +> chcp 65001 +> perl6 -MWin::VT::Auto::O ch-2.pl6 --at=2,2 + +I included the module. It is not to be considered part of the challenge.
\ No newline at end of file |
