Help for this page

Select Code to Download


  1. or download this
    foreach my $element (@array) { ... }
    
  2. or download this
    foreach my $element (@{$fileinfo{$md5hash}{path}}) {
        print $element, "\n";
    }