in reply to Re: Re(4): Requesting suggestions for one day Perl course
in thread Requesting suggestions for one day Perl course

I haven't explained much about the students environment, but as far as I can tell they use .NET in Visual Studio running on Windows 2000 (I think the OS is right). If I can drop Perl into a tool that they already know and love (Visual Studio), that's less for them to learn in terms of an editor and an operating system.

I have on loan a laptop loaded with Mandrake 9 .. if I can get that to plug into an overhead for my presentation, then I can fly, but it depends what's available on site. It might have to be a whiteboard-only presentation (ugh).

I would prefer to talk a little about running Perl from the Linux command line .. but I'm not sure how much experience they all have with that animal.

Alex / talexb / Toronto

Life is short: get busy!

  • Comment on Re (6): Requesting suggestions for one day Perl course

Replies are listed 'Best First'.
Re: Re (6): Requesting suggestions for one day Perl course
by MCS (Monk) on Mar 02, 2004 at 04:24 UTC

    I would mention that it plugs into Visual Studio and give them a link or two to find out more but I wouldn't do the demonstrations in it. I would use something like vi or emacs (or both). Show them using free tools... college students dig free stuff.

Re: Re (6): Requesting suggestions for one day Perl course
by Koosemose (Pilgrim) on Mar 01, 2004 at 23:22 UTC

    If you're going that route, don't forget to mention some of the differences in using it on the linux command line, from the windows command line (such as quoting issues, in the case of one liners). But, personally I would suggest trying to focus on using it on win32 systems, or at least focus on the system independent things, and mention the dependants, and the fact that MOST of it IS system independent.