- or download this
========================================================
Net Stuff
...
frank
- or download this
while(<>) {
if ( /^Services$/ .. /^Users$/ ) {
print "$_";
}
}
- or download this
while(<>) {
if ( /^=*Services$/m .. /^=*Users$/m ) {
print "$_";
}
}