@alpha6

1 Followers
2 Following
16 Posts
Is #statocles dead? No cpan releases since April 2020 and testers report totally red ...
#perl
Anyone knows how to extract sub code from pm file?
I have a file which I can't compile to use the B::Deparse on it. And I need a code from one of its
subroutines.
#perl
Clear intellyJ idea project from project files.
find . -regex ".*\.\(iml\|ipr\|iwr\)" -exec rm -f {} \;
Is there any way to get overloading with function signatures in pure #perl?