Help for this page

Select Code to Download


  1. or download this
    my $file_name = "";
    if (scalar(@ARGV) == 2){
    ...
        $file_name .= $ARGV[0];
        $file_name .= ".is";
    }