in reply to Re: Database access
in thread Database access

Hey Robertes,

Thanks for the quick response. I tried what you suggested and the result is

Global symbol "%pass" requires explicit package name at test_database. +pl line 8. Execution of test_database.pl aborted due to compilation errors.
Ananda

Replies are listed 'Best First'.
Re: Re: Re: Database access
by vek (Prior) on Nov 19, 2002 at 15:39 UTC
    Good, it looks like you are using strict judging from the error message. I'm thinking you probably wanted to use $pass and not %pass and you also probably forgot to declare the variable with my. Please post the code so we can take a peek.

    -- vek --
Re: Re: Re: Database access
by Chief of Chaos (Friar) on Nov 19, 2002 at 12:02 UTC
    hi,
    would you be so kind and post your new script.
    May be we can help you.