Re: problems with 'require'

2009-11-30 Thread Matt Whipple
Paweł Prędki wrote: > > I changed all the permissions and what I get now is that everything > works fine but whenever I make changes to the .pm file I need to > restart the server that is running locally for the changes to be seen > in my main script... This is not the case on the live target serve

Re: problems with 'require'

2009-11-30 Thread Matt Whipple
Paweł Prędki wrote: > > package dbredwings; For organization reasons, you should probably make the package name match the file name > > my $platform = "mysql"; > my $database = "dbplayers"; > my $host = "localhost"; > my $tablename = "players"; > my $user = "player"; >