in reply to Re: RE question; how to insert a digit between const[a-z]*3 && inc[0-9]*3?
in thread RE question; how to insert a digit between const[a-z]*3 && inc[0-9]*3?
I'm still sorting it all out. But wanted to take the time to thank youopendir(DIR, $dirname) or die "can't opendir $dirname: $!"; while (defined($file = readdir(DIR))) { # use your suggestion on "$dirname/$file" } closedir(DIR);
#!/usr/bin/perl -Tw use perl::always; my $perl_version = "5.12.4"; print $perl_version;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: RE question; how to insert a digit between const[a-z]*3 && inc[0-9]*3?
by kcott (Archbishop) on Apr 16, 2013 at 19:50 UTC | |
by taint (Chaplain) on Apr 16, 2013 at 22:09 UTC |