$ echo 147416345806550029415781910597841 > input.txt #### $ perl -Mstrict -Mntheory=:all -wnE 'chomp; say is_prime($_);' input.txt 1 #### $ perl -Mstrict -Mntheory=:all -wnE 'chomp; say length($_);' input.txt 33