diff options
| -rwxr-xr-x | challenge-031/joelle-maslak/perl5/ch-1.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-031/joelle-maslak/perl5/ch-1.pl b/challenge-031/joelle-maslak/perl5/ch-1.pl index 09afa38e3a..e06041a9bc 100755 --- a/challenge-031/joelle-maslak/perl5/ch-1.pl +++ b/challenge-031/joelle-maslak/perl5/ch-1.pl @@ -7,7 +7,7 @@ use warnings; use feature 'signatures'; no warnings 'experimental::signatures'; -if ( @ARGV != 2 ) { die("Provide letters to use and (optionally) filename") } +if ( @ARGV != 2 ) { die("Provide numerator and denominator") } MAIN: { if ( check_for_div_by_zero(@ARGV) ) { |
