- or download this
if ($vacation_str =~ m!$HOME/$library::common{username}/!i) { ...
- or download this
use strict;
use warnings;
...
print "not match\n";
}
}
- or download this
cat: cannot open $HOME/$common{username}/filename
match
...
not match
This is some other string
not match
- or download this
cat: cannot open $HOME/$common{username}/filename
not match
...
match
This is some other string
not match