Help for this page

Select Code to Download


  1. or download this
    $i=0;
    while ($line=<SOLVFILE>)
    ...
        chop($line);  # use "chomp" here, not "chop"
        ...
    }
    
  2. or download this
      my_script.pl  file1  file2
    
  3. or download this
    #!/usr/bin/perl -w
    
    ...
            }
        }
    }
    
  4. or download this
    for my $i ( 0 .. $natms{$f1}-1 ) {
    
    ...
            }
        }
    }