Go to the source code of this file.
|
use vars | qw (%dir_list) |
|
foreach my | $lib (sort keys%dir_list) |
|
foreach my $lib |
( |
sort keys% |
dir_list | ) |
|
Definition at line 8 of file fix_fcl.pl.
9 #s&\b\Q${lib}\E([^\.\s]*\b)([^\.]|$)&$dir_list{$lib}${1}${2}&g and last;
10 s&\b\Q${lib}\E\b([^\.]|$)&$dir_list{
$lib}${1}${2}&
g and last;
return match has_match and(match.match_pdg==11 or match.match_pdg==-11)
then echo File list $list not found else cat $list while read file do echo $file sed s
foreach my $lib(sort keys%dir_list)
use vars qw |
( |
% |
dir_list | ) |
|
Initial value:{ %dir_list = (
"gaus" => "gaus(0)"
)
Definition at line 4 of file fix_fcl.pl.