http://qs321.pair.com?node_id=887165


in reply to Read UNIX environment variable

like this?
use Env; my $n = $ENV{'NOTEUSERS'}; for (split /[\s\n]/, $n) {print "key: \"$_\"\n" if ($_)}
Can you improve this and show here your result?