On Fri, Mar 10, 2017 at 4:12 PM, Todd <[email protected]> wrote: > my $auth = "Basic ".encode_base64($user.":".$pass); >
I don't know why, but try this: chomp(my $auth = "Basic ".encode_base64($user.":".$pass)); -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
