Re: Perl and Unix/Linux Tutorials

2005-09-07 Thread Mark Sargent
Hi All, All of these examples are using LISTS! An array is something with a '@' sigil in front of it. Also chapter 8 has examples where he shows passing a reference to a list (and calling it an array) in a sub and dereferencing it as an array which will not work. He also uses deprecated hash

Re: Perl and Unix/Linux Tutorials

2005-09-07 Thread John W. Krahn
Mark Sargent wrote: > Hi All, Hello, > can anyone point me to some sites(tutorials) that deal with Perl and > Linux(Unix) admin stuff.? I'm hoping to use Perl for just that, as > opposed to Web stuff etc. I've been following this tutorial, > http://www.codebits.com/p5be/ which is great. Certainly

Re: Perl and Unix/Linux Tutorials

2005-09-07 Thread Michael Demelbauer
Thus spaketh Mark Sargent: > Hi All, > > can anyone point me to some sites(tutorials) that deal with Perl and > Linux(Unix) admin stuff.? I'm hoping to use Perl for just that, as > opposed to Web stuff etc. I've been following this tutorial, > http://www.codebits.com/p5be/ which is great. Certa