Help for this page

Select Code to Download


  1. or download this
    my @matches = grep /$filename/, keys %path_versions;
    
  2. or download this
       perldoc -f grep
    
  3. or download this
    my $last_string = ( split /\s+/, $depopath )[-1];