Help for this page
my $file_name = ""; if (scalar(@ARGV) == 2){ ... $file_name .= $ARGV[0]; $file_name .= ".is"; }