| stevied | trying to use a perl5 module in raku: | 06:58 | |
| ``` | |||
| use Lingua::En::Titlecase:from<Perl5>; | |||
| my $tc = Lingua::EN::Titlecase.new("CAN YOU FIX A TITLE?"); | |||
| ``` | |||
| but get an error: | |||
| ``` | |||
| Could not find symbol ''&Titlecase'' in ''GLOBAL::Lingua::EN'' | |||
| ``` | |||
| not sure what the problem is. the second line is right from the module documentation | 06:59 | ||
|
08:22
frost joined
09:06
ychaouche joined
|
|||
| ychaouche | hello raku gurus | 09:07 | |
| quick question : in raku, can you have %foo and $foo be two different things in the same program ? | |||
| same name referencing two things based on used sigils | 09:08 | ||
| MasterDuke | yeah, they're completely separate | 09:10 | |
| ychaouche | MasterDuke: do you confirm you can have both in same program, at the same time ? | ||
| Nemokosch | Lol | 09:11 | |
| I confirm! :DD | |||
| MasterDuke | m: my $foo = "yes"; my %foo = %("no" => 0, "yes" => 1); say %foo{$foo} | ||
| camelia | 1 | ||
| ychaouche | it seems I'm missing all the fun at the discord server | 09:15 | |
|
09:20
discord-raku-bot left
|
|||
| gfldex | bridge is down for a few minutes | 09:21 | |
|
09:31
discord-raku-bot joined
|
|||
| gfldex | bridge is up again | 09:31 | |
| Nemokosch | thank you^^ | 09:33 | |
| ychaouche | oh, screencasts | 09:35 | |
| ;raku.org/community/ they weren't here last time I checked (1 month ago approx ? ) | |||
| Nemokosch | seems old | 09:37 | |
|
09:39
discord-raku-bot left,
discord-raku-bot joined
13:08
frost left
13:46
frost joined
14:07
frost left
15:15
ychaouche left
18:19
discord-raku-bot left
19:31
discord-raku-bot joined
22:43
jaguart left
|
|||