Rhodium has asked for the wisdom of the Perl Monks concerning the following question:
Returns..$conf{project} = &AskQuestion("What is the base project for this proje +ct", "c", print "***$conf{project}***\n"; my $uid = (getpwnam($conf{project}))[2]; print "***$uid***\n";
Thanks muchWhat is the base project for this project [mail]: ***mail*** Use of uninitialized value in concatenation (.) or string at ./Projcre +ate.pl line 145, <STDIN> line 2. ******
The <it>seeker</it> of perl wisdom.
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Help with getpwnam - and what it returns..
by fokat (Deacon) on Aug 11, 2002 at 04:02 UTC | |
|
Re: Help with getpwnam - and what it returns..
by Aristotle (Chancellor) on Aug 11, 2002 at 04:05 UTC | |
|
Re: Help with getpwnam - and what it returns..
by kschwab (Vicar) on Aug 11, 2002 at 16:28 UTC |