Help for this page

Select Code to Download


  1. or download this
    $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";
    
  2. or download this
    What 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.
    ******