Help for this page

Select Code to Download


  1. or download this
    my @files = <substituent_R*.txt>;
    
  2. or download this
    use Data::Dumper;
    $Data::Dumper::Useqq = 1;
    warn(Dumper(\@files));
    
  3. or download this
    my $avg = $sum / $cnt;
    
  4. or download this
    warn("Average=$avg\n");
    
  5. or download this
    warn(__LINE__, " for $fn_in\n");