in reply to calling regular expressions returned by functions?
use warnings; use strict; use Data::Dumper; use File::Slurp; my @lst = read_dir('.'); print Data::Dumper->Dump([\@lst], [qw/lst/]);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: calling regular expressions returned by functions?
by Anonymous Monk on Mar 29, 2012 at 18:35 UTC |