in reply to Re^3: restrict use of regex module in script
in thread restrict use of regex module in script
my $contents = do{local $/; <$fh>};
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: restrict use of regex module in script
by pmpmmpmp (Novice) on Apr 11, 2017 at 21:52 UTC |