| 17 May 2022 |
mei 🌒& | vsauce music | 19:51:12 |
das_j | In reply to @janne.hess:helsinki-systems.de it's actually undef, making it appear that no Link header was returned if that's a valid case (and the integration doesn't break when no Link is returned) you can just do `split ',', ($res->header("Link") // ""); | 19:51:30 |
das_j | In reply to @janne.hess:helsinki-systems.de it's actually undef, making it appear that no Link header was returned * if that's a valid case (and the integration doesn't break when no Link is returned) you can just do `split ',', ($res->header("Link") // "");` | 19:51:34 |
das_j | * if that's a valid case (and the integration doesn't break when no Link is returned) you can just do split ',', ($res->header("Link") // ""); | 19:51:42 |
das_j | DB<2> print STDERR (undef // "lal");
lal
DB<3> print STDERR ("abc" // "lal");
abc
| 19:52:17 |
das_j | In reply to @janne.hess:helsinki-systems.de if that's a valid case (and the integration doesn't break when no Link is returned) you can just do split ',', ($res->header("Link") // ""); probably without the parenthesis but it makes it a lot more readable | 19:52:44 |
| 18 May 2022 |
| Jhu joined the room. | 06:46:51 |