Help for this page
#!/usr/bin/env perl ... use String qw(is_SecureUrl); print is_SecureUrl("https://github.com/"), "\n";
#!/usr/bin/env perl ... print is_SecureUrl("https://github.com/"), "\n"; assert_SecureUrl("http://evil.com/");