- Timestamp:
- Apr 26, 2023, 4:54:03 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/eam/rawfix.20230221/src/check_chip_locations.pl
r42452 r42457 220 220 221 221 # my ($ext_id) = $nebname =~ m|neb://\w*/(\S*)|; ---> what if we do not have the host.volnum portion? (this attempt fails) 222 my ($ext_id) = $nebname =~ m|neb://[0-9a-zA-Z ]*\.[0-9]/(\S*)|;222 my ($ext_id) = $nebname =~ m|neb://[0-9a-zA-Z\.]*/(\S*)|; 223 223 if ($DEBUG > 5) { print "nebname: $ext_id\n"; } 224 224
Note:
See TracChangeset
for help on using the changeset viewer.
