Re: Training Using Windows
[email protected] (Mark-Jason Dominus)
| Newsgroups | perl.trainers |
|---|---|
| Message-ID | <[email protected]> |
> I'm just slightly concerned over the execution, particularly of the
> class exercises as the end of each section. Can anybody who's done this
> kind of thing before offer advice on any pitfalls I ought to be aware
> of?
One thing that kept boning me was incompatibilities between the DOS
shell and the Unix shell. My slides were full of examples of the form
perl -le 'print 24*5-1'
which doesn't work on DOS because the quotes are wrong.