The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
//package pt.v1.tea.testapp;

class MainProgram {

    public static void main(String[] args) {
        try {
            String a = "modulo paulo romulo incredulo paolo";
            String c = ".ulo";
            List_60_String_62_ e = (Regexp.regexp(c, a));
            System.out.println((e.size()));
for (TeaUnknownType g : e) {
for (TeaUnknownType f : g) {
                    System.out.println(f);
                }
            }
        } catch(Exception e) {
            System.out.println(e.getMessage());
        }
    }

}