Le Garff Yoann

Results 1 comments of Le Garff Yoann

Hello, I encounter the same problem. I have the following setup: ``` . ./NestedCmd ./NestedCmd/Command ./NestedCmd/Command/first.pm ./NestedCmd/Command/first ./NestedCmd/Command/first/Command ./NestedCmd/Command/first/Command/second.pm ./nestedcmd.pl ./NestedCmd.pm ``` - nestedcmd.pl ``` perl #!/usr/bin/env perl use NestedCmd;...