I’m an avid XyPerl user, and recently I encountered a rather nasty problem. It involves passing XML attribute values to …
Archive for December, 2008
So why does my $type = @_; not work?
Posted in December 4th, 2008
Chris Cigno recently wondered why the following subroutine kept printing ’1′: #——————- sub readarg { #——————- my $type = @_; …
