Hi there,
I have following substring at the beginning of an output
I want to remove it. As it is only one substring to be removed, I do a kind of case structure like this:
for ( $sysDescr ) { /^$prefixSysDescr/ && do { s/^$prefixSysDescr//; last; }; } # end of case
Neither /../ && do { ..}; nor substitue s/..//; matches as expected. Any idea? thx 4 help
In reply to No matching by o_chfa
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |