hello
Aas you might understand my PERL knowledge is NULL so please give me a
hand.

I have an old custom config.pl saying (Pat helped me along time ago)
QUOTE
        #### Reading different answer files based on different user
        my $username = $u->{"_meta"}->{"z_user"};
        if ($username eq "openris") {
                $u->read (dos_to_host ("z:\\site\\unattend.txt"));
        }
        elsif ($username eq "anders") {
                $u->read (dos_to_host ("z:\\site\\anders.txt"));
        }
        else {
                die "Unrecognized username: $username";
        }
UNQUOTE
but it doeas not work anymore.
The new sample-config.pl is very different,
should I somehow change myc config.pl?

tia Anders 



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
unattended-info mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to