Help for this page

Select Code to Download


  1. or download this
    my @files = <*.HTM>;
    foreach $file (@files) {
    if ($file =~ m/IDX/gi){print $file."\n";}
    }
    
  2. or download this
    ACIDX.HTM
    APIDX.HTM
    ...
    
  3. or download this
    my @files = <*.HTM>;
    foreach $file (@files) {
    if ($file = ~m/IDX/gi){print $file."\n";}
    }
    
  4. or download this
    4294967295
    4294967295
    ...