#!/usr/bin/perl use strict; use warnings; use Data::Dumper::Concise; use Math::Factor::XS qw(factors); my $number = shift @ARGV; print Dumper(my @factors = factors($number));
In reply to Re: First code - Factors
by Khen1950fx
in thread First code - Factors
by mabeuf
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |