One thing I learned was that $! is internationalized, so the error messages might not match, even on linux, if you're looking for
$! =~
/permission denied/
and such. Hmm... I have to rethink some of my programs.
Another reason to watch this Salvador Ortiz Garcia give his Perl class even though I don't understand anything but the keywords is that I want to know what he has covered before I give my "intro to objects" talk tomorrow, and backfill appropriately.
Although, if you're sitting in a brand new intro class, it's unlikely you'd want to spend hours 11 through 14 of your Perl exposure learning about objects, so I think I can presume that nobody's gonna try to drink from the firehose here.
Another thing that is shocking is that it seems about 2:1 for male-female, unlike similar conferences in the US which are about 10:1 in my experience. Perhaps the mexican schools don't create the "girls can't do math" stigma that the US schools do. Hmm. Need to look into that further.
Dollar-Bang (Score:2)
Hmmm, slash doesn't like a subject consisting solely of $!...
I thought that's why the %! hash was there, so you can say die $! if $! && $!{EPERM}.
-Dom
Re:Dollar-Bang (Score:2)
Wow, I didn't even know that %! existed! It's a recent addition to the language, isn't it? It looks very useful.
Re:Dollar-Bang (Score:2)
Re:Dollar-Bang (Score:2)
-Dom
Re:Dollar-Bang (Score:2)
use Errno qw(EPERM);.Re:Dollar-Bang (Score:2)
It's a common mistake, and it looks like you were making it. {grin}
perlport (Score:2)
I think a lot of people thought perlport was only for Mac and Windows users, but it is casts a wider net