LostS has asked for the wisdom of the Perl Monks concerning the following question:

Hey,

OK I am using the module Apache::Htgroup. Now I have used it before on my domain but I am now attempting to use it for this job... however it isn't working... I do the ismember command and I know the user is a member but it doesn't see it... Any suggestions on how I can debug this thing??


-----------------------
Billy S.
Slinar Hardtail - Guildless
Datal Ephialtes - Guildless
RallosZek.Net Admin/WebMaster
Aerynth.Net Admin/WebMaster

perl -e '$cat = "cat"; if ($cat =~ /\143\x61\x74/) { print "Its a cat! +\n"; } else { print "Thats a dog\n"; } print "\n";'

Replies are listed 'Best First'.
Re: Issues using Apache::Htgroup
by LostS (Friar) on Aug 29, 2001 at 20:56 UTC
    Nevermind... Found my issue... I wasn't setting the variable in the load command soon enough... Thanks for reading this though :)


    -----------------------
    Billy S.
    Slinar Hardtail - Guildless
    Datal Ephialtes - Guildless
    RallosZek.Net Admin/WebMaster
    Aerynth.Net Admin/WebMaster

    perl -e '$cat = "cat"; if ($cat =~ /\143\x61\x74/) { print "Its a cat! +\n"; } else { print "Thats a dog\n"; } print "\n";'