#noxp — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #noxp, aggregated by home.social.
-
#Perl @PerlWChallenge 375 Single Common Word and Find K-Beauty https://wlmb.github.io/2026/05/26/PWC375/
#noxp -
#Perl @PerlWChallenge 375 Single Common Word and Find K-Beauty https://wlmb.github.io/2026/05/26/PWC375/
#noxp -
#Perl @PerlWChallenge 375 Single Common Word and Find K-Beauty https://wlmb.github.io/2026/05/26/PWC375/
#noxp -
#Perl @PerlWChallenge 375 Single Common Word and Find K-Beauty https://wlmb.github.io/2026/05/26/PWC375/
#noxp -
CW: Solution to PWC375T1
#Perl @PerlWChallenge 375 Task 1: Single Common Word
#noxp
```
perl -E '
for my($x,$y)(@ARGV){my(%c,%d);$c{$_}++for split" ",$x;$d{$_}++for
split" ",$y;say"\"$x\", \"$y\" -> ",0+grep{$c{$_}==$d{$_}==1}keys%c;}
' "apple banana cherry" "banana cherry date" "a ab abc" "a a ab abc" \
"orange lemon" "grape melon" "test test demo" "test demo demo" \
"Hello world" "hello world"
``` -
CW: Solution to PWC375T1
#Perl @PerlWChallenge 375 Task 1: Single Common Word
#noxp
```
perl -E '
for my($x,$y)(@ARGV){my(%c,%d);$c{$_}++for split" ",$x;$d{$_}++for
split" ",$y;say"\"$x\", \"$y\" -> ",0+grep{$c{$_}==$d{$_}==1}keys%c;}
' "apple banana cherry" "banana cherry date" "a ab abc" "a a ab abc" \
"orange lemon" "grape melon" "test test demo" "test demo demo" \
"Hello world" "hello world"
``` -
CW: Solution to PWC375T1
#Perl @PerlWChallenge 375 Task 1: Single Common Word
#noxp
```
perl -E '
for my($x,$y)(@ARGV){my(%c,%d);$c{$_}++for split" ",$x;$d{$_}++for
split" ",$y;say"\"$x\", \"$y\" -> ",0+grep{$c{$_}==$d{$_}==1}keys%c;}
' "apple banana cherry" "banana cherry date" "a ab abc" "a a ab abc" \
"orange lemon" "grape melon" "test test demo" "test demo demo" \
"Hello world" "hello world"
``` -
CW: Solution to PWC375T1
#Perl @PerlWChallenge 375 Task 1: Single Common Word
#noxp
```
perl -E '
for my($x,$y)(@ARGV){my(%c,%d);$c{$_}++for split" ",$x;$d{$_}++for
split" ",$y;say"\"$x\", \"$y\" -> ",0+grep{$c{$_}==$d{$_}==1}keys%c;}
' "apple banana cherry" "banana cherry date" "a ab abc" "a a ab abc" \
"orange lemon" "grape melon" "test test demo" "test demo demo" \
"Hello world" "hello world"
``` -
CW: Solution to PWC375T1
#Perl @PerlWChallenge 375 Task 1: Single Common Word
#noxp
```
perl -E '
for my($x,$y)(@ARGV){my(%c,%d);$c{$_}++for split" ",$x;$d{$_}++for
split" ",$y;say"\"$x\", \"$y\" -> ",0+grep{$c{$_}==$d{$_}==1}keys%c;}
' "apple banana cherry" "banana cherry date" "a ab abc" "a a ab abc" \
"orange lemon" "grape melon" "test test demo" "test demo demo" \
"Hello world" "hello world"
``` -
#Perl @PerlWChallenge 374 Count Vowel and Largest Same-digits Number https://wlmb.github.io/2026/05/22/PWC374/
#noxp -
#Perl @PerlWChallenge 374 Count Vowel and Largest Same-digits Number https://wlmb.github.io/2026/05/22/PWC374/
#noxp -
#Perl @PerlWChallenge 374 Count Vowel and Largest Same-digits Number https://wlmb.github.io/2026/05/22/PWC374/
#noxp -
#Perl @PerlWChallenge 374 Count Vowel and Largest Same-digits Number https://wlmb.github.io/2026/05/22/PWC374/
#noxp -
CW: Perl Weekly Challenge 374T1
#Perl @PerlWChallenge 374 Task 1: Count Vowel
#noxp
```
perl -E '
sub t($x){$x=~/$_/||return 0 for(split "","aeiou");1}for(@ARGV){my@r;for my$i(/([aeiou]+)/g)
{$l=length$i;for(0..$l){t $r=substr$i,$_ or last;push @r,$r;for(1..$l){t $s=substr$r,0,-$_ or
last;push@r,$s}}}say"$_ -> (@r)";}
' aeiou aaeeeiioouu aeiouuaxaeiou uaeiou aeioaeioa
``` -
CW: Perl Weekly Challenge 374T1
#Perl @PerlWChallenge 374 Task 1: Count Vowel
#noxp
```
perl -E '
sub t($x){$x=~/$_/||return 0 for(split "","aeiou");1}for(@ARGV){my@r;for my$i(/([aeiou]+)/g)
{$l=length$i;for(0..$l){t $r=substr$i,$_ or last;push @r,$r;for(1..$l){t $s=substr$r,0,-$_ or
last;push@r,$s}}}say"$_ -> (@r)";}
' aeiou aaeeeiioouu aeiouuaxaeiou uaeiou aeioaeioa
``` -
CW: Perl Weekly Challenge 374T1
#Perl @PerlWChallenge 374 Task 1: Count Vowel
#noxp
```
perl -E '
sub t($x){$x=~/$_/||return 0 for(split "","aeiou");1}for(@ARGV){my@r;for my$i(/([aeiou]+)/g)
{$l=length$i;for(0..$l){t $r=substr$i,$_ or last;push @r,$r;for(1..$l){t $s=substr$r,0,-$_ or
last;push@r,$s}}}say"$_ -> (@r)";}
' aeiou aaeeeiioouu aeiouuaxaeiou uaeiou aeioaeioa
``` -
CW: Perl Weekly Challenge 374T1
#Perl @PerlWChallenge 374 Task 1: Count Vowel
#noxp
```
perl -E '
sub t($x){$x=~/$_/||return 0 for(split "","aeiou");1}for(@ARGV){my@r;for my$i(/([aeiou]+)/g)
{$l=length$i;for(0..$l){t $r=substr$i,$_ or last;push @r,$r;for(1..$l){t $s=substr$r,0,-$_ or
last;push@r,$s}}}say"$_ -> (@r)";}
' aeiou aaeeeiioouu aeiouuaxaeiou uaeiou aeioaeioa
``` -
CW: Perl Weekly Challenge 374T1
#Perl @PerlWChallenge 374 Task 1: Count Vowel
#noxp
```
perl -E '
sub t($x){$x=~/$_/||return 0 for(split "","aeiou");1}for(@ARGV){my@r;for my$i(/([aeiou]+)/g)
{$l=length$i;for(0..$l){t $r=substr$i,$_ or last;push @r,$r;for(1..$l){t $s=substr$r,0,-$_ or
last;push@r,$s}}}say"$_ -> (@r)";}
' aeiou aaeeeiioouu aeiouuaxaeiou uaeiou aeioaeioa
``` -
#Perl @PerlWChallenge 373 Equal List and List Division https://wlmb.github.io/2026/05/11/PWC373/
#noxp -
#Perl @PerlWChallenge 373 Equal List and List Division https://wlmb.github.io/2026/05/11/PWC373/
#noxp -
#Perl @PerlWChallenge 373 Equal List and List Division https://wlmb.github.io/2026/05/11/PWC373/
#noxp -
#Perl @PerlWChallenge 373 Equal List and List Division https://wlmb.github.io/2026/05/11/PWC373/
#noxp -
CW: Perl Weekly Challenge 373T2
#Perl @PerlWChallenge 373 Task 2: List Division
#noxp
```
perl -E '
for my($l,$n)(@ARGV){$s=(@L=split" ",$l)/$n; $r=@l%$n;say "$l, $n -> ",
$n>@L?-1:map{"(".join(" ",splice(@L,0,$s+($_<=$r))).")"}(1..$n)}
' "1 2 3 4 5" 2 "1 2 3 4 5 6" 3 "1 2 3" 2 "1 2 3 4 5 6 7 8 9 10" 5 \
"1 2 3" 4 "72 57 89 55 36 84 10 95 99 35" 7
``` -
CW: Perl Weekly Challenge 373T2
#Perl @PerlWChallenge 373 Task 2: List Division
#noxp
```
perl -E '
for my($l,$n)(@ARGV){$s=(@L=split" ",$l)/$n; $r=@l%$n;say "$l, $n -> ",
$n>@L?-1:map{"(".join(" ",splice(@L,0,$s+($_<=$r))).")"}(1..$n)}
' "1 2 3 4 5" 2 "1 2 3 4 5 6" 3 "1 2 3" 2 "1 2 3 4 5 6 7 8 9 10" 5 \
"1 2 3" 4 "72 57 89 55 36 84 10 95 99 35" 7
``` -
CW: Perl Weekly Challenge 373T2
#Perl @PerlWChallenge 373 Task 2: List Division
#noxp
```
perl -E '
for my($l,$n)(@ARGV){$s=(@L=split" ",$l)/$n; $r=@l%$n;say "$l, $n -> ",
$n>@L?-1:map{"(".join(" ",splice(@L,0,$s+($_<=$r))).")"}(1..$n)}
' "1 2 3 4 5" 2 "1 2 3 4 5 6" 3 "1 2 3" 2 "1 2 3 4 5 6 7 8 9 10" 5 \
"1 2 3" 4 "72 57 89 55 36 84 10 95 99 35" 7
``` -
CW: Perl Weekly Challenge 373T2
#Perl @PerlWChallenge 373 Task 2: List Division
#noxp
```
perl -E '
for my($l,$n)(@ARGV){$s=(@L=split" ",$l)/$n; $r=@l%$n;say "$l, $n -> ",
$n>@L?-1:map{"(".join(" ",splice(@L,0,$s+($_<=$r))).")"}(1..$n)}
' "1 2 3 4 5" 2 "1 2 3 4 5 6" 3 "1 2 3" 2 "1 2 3 4 5 6 7 8 9 10" 5 \
"1 2 3" 4 "72 57 89 55 36 84 10 95 99 35" 7
``` -
CW: Perl Weekly Challenge 373T2
#Perl @PerlWChallenge 373 Task 2: List Division
#noxp
```
perl -E '
for my($l,$n)(@ARGV){$s=(@L=split" ",$l)/$n; $r=@l%$n;say "$l, $n -> ",
$n>@L?-1:map{"(".join(" ",splice(@L,0,$s+($_<=$r))).")"}(1..$n)}
' "1 2 3 4 5" 2 "1 2 3 4 5 6" 3 "1 2 3" 2 "1 2 3 4 5 6 7 8 9 10" 5 \
"1 2 3" 4 "72 57 89 55 36 84 10 95 99 35" 7
``` -
CW: Perl Weekly Challenge 373T1
-
CW: Perl Weekly Challenge 373T1
-
CW: Perl Weekly Challenge 373T1
-
CW: Perl Weekly Challenge 373T1
-
CW: Perl Weekly Challenge 373T1
-
#Perl @PerlWChallenge 372 Rearrange Spaces and Largest Substring https://wlmb.github.io/2026/05/04/PWC372/
#noxp -
#Perl @PerlWChallenge 372 Rearrange Spaces and Largest Substring https://wlmb.github.io/2026/05/04/PWC372/
#noxp -
#Perl @PerlWChallenge 372 Rearrange Spaces and Largest Substring https://wlmb.github.io/2026/05/04/PWC372/
#noxp -
#Perl @PerlWChallenge 372 Rearrange Spaces and Largest Substring https://wlmb.github.io/2026/05/04/PWC372/
#noxp