in reply to Using PDL::GSLSF::GAMMA

Thanks! The reply by Khen1950fx led me to conclude that this works - the only difference being the presence of round brackets...
#!/usr/bin/perl use PDL; use PDL::GSLSF::GAMMA; my ($out) = gsl_sf_gamma(0.4); print "$out\n";