YaST2 Developers Documentation: yast2 | ![]() |
![]() functions files intro |
TODO: - read URI(3) - esp. compare the regex mentioned in the URI(3) with ours: my($scheme, $authority, $path, $query, $fragment) = $uri =~ m|^(?:([^:/?#]+):)?(?://([^/?#]*))?([^?#]*)(?:\?([^#]*))?(?:#(.*))?|;
Tokenize URL
Check URL
Build URL from tokens as parsed with Parse
|
YaST2 Developers Documentation | ![]() |