in reply to Chapter 8 of intermediate perl

It's been a while since I used IO::File, but it appears that open() is not a class method but an instance method. You should instead do IO::File->new( ">$name.info" )