in reply to Re^20: Need to know the process to implement perl script into web application server.
in thread Need to know the process to implement perl script into web application server.

Do you understand how list context works in Perl?

my @scopeval = qw( okta.users.read alternative.auth ); my %args = (scope => @scopeval);

This leads to

Odd number of elements in hash assignment at ...

map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.