Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    
  2. or download this
    Global symbol "$dinu_r" requires explicit package name at x line 15.
    Global symbol "@energy" requires explicit package name at x line 20.
    ...
    21, near "})"
    syntax error at x line 29, near "..."
    Execution of x aborted due to compilation errors.
    
  3. or download this
    my $input = "shuffle$x";
    open (AA, $input) or die "Can't open input '$input' ($!)\n"; # LINE A