Help for this page

Select Code to Download


  1. or download this
    (my $basename = fileparse($file)) =~ s/ \. .* $ //x;
    
  2. or download this
    printf "'%s' matches: %s\n", $basename, join(', ', @matches);