submitted by /u/perlancar [link] [comments] |
List of new CPAN distributions – Aug 2024
dist author abstract date Acme-CPANModules-MultipleDispatch PERLANCAR List of modules to do smart matching 2024-08-18T00:05:41 Acme-CPANModules-UnixCommandVariants PERLANCAR List of various CLIs th…perlancar's blog
submitted by /u/perlancar [link] [comments] |
List of new CPAN distributions – Jul 2024
dist author abstract date Acme-CPANModules-ModifiedHashes PERLANCAR List of modules that provide hashes with modified behaviors 2024-07-13T02:14:33 App-GeometryUtils PERLANCAR Utilities related to …perlancar's blog
Hey folks, how do I assign the result of split() to a hash-key?
my $str ='a,b,c'; my $result = {str => split(',' $str)};
Results in: str = 'a'
submitted by /u/Terrible_Cricket_530
[link] [comments]
Has anyone tried Intel's OneAPI compiler suite to compile and use Perl? I mention OneAPI because it is available for free now (on Ubuntu, etc). I plan to give it a shot, I'd like to extended Alien::OpenMP to support it depending on how easy it is to compile perl with it.
submitted by /u/OODLER577
[link] [comments]