in reply to Re: using a variable with require
in thread using a variable with require
and there are modules feed1.pm, feed2.pm, and so on. What I would like to accomplish is when a new feed comes along, I just write a module for the new feed and don't have to modify the download_processor.% download_processor feed1 % download_processor feed2 % ....
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: using a variable with require
by GrandFather (Saint) on Jun 22, 2022 at 21:25 UTC | |
|
Re^3: using a variable with require
by NERDVANA (Priest) on Jun 22, 2022 at 18:12 UTC | |
|
Re^3: using a variable with require
by ikegami (Patriarch) on Jun 22, 2022 at 13:27 UTC | |
|
Re^3: using a variable with require
by roboticus (Chancellor) on Jun 23, 2022 at 13:15 UTC |