in reply to Re: blank string returned from piped command
in thread blank string returned from piped command

the program i'm calling is url-escape aware, so it will work whether the string is escaped or not. and if i expected the username or password to contain anything unexpected, i could quote them:
my $com = 'env QUERY_STRING=username="'.$uname.'"\;password="'.$pwd.'" + /usr/bin/custom_auth_tool';

__________
Build a man a fire, and he'll be warm for a day. Set a man on fire, and he'll be warm for the rest of his life.
- Terry Pratchett