[Perl] PDL et min

Patrick Dupre pdupre at gmx.com
Ven 31 Juil 23:51:50 CEST 2020


Bonjour,

Ce morceau de code me donne une erreur (parfois une alarme)

#!/usr/bin/perl

use PDL;
use List::Util qw [min max] ;

print min (4, 5), "\n" ;



Prototype mismatch: sub main::min: none vs (@) at /usr/share/perl5/vendor_perl/Exporter.pm line 66.
 at ./pl.pl line 4.
Prototype mismatch: sub main::max: none vs (@) at /usr/share/perl5/vendor_perl/Exporter.pm line 66.
 at ./pl.pl line 4.


Comment l'eviter ?

===========================================================================
 Patrick DUPRÉ                                 | | email: pdupre at gmx.com
 Laboratoire interdisciplinaire Carnot de Bourgogne
 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
 Tel: +33 (0)380395988
===========================================================================



Plus d'informations sur la liste de diffusion Perl