in reply to Re: RFC: new module r (or R)
in thread RFC: new module r (or R)
More reason, I think, to go with the -MR-type notation... as that would give more control (over when and where) to someone who was writing a script, or other module, but wanted to incorporate the @ARGV-recursion of this module.
Of course, another route would be to make it all under something like RecursiveARGV.pm, and provide a stub r.pm that was just:
Making perl -mr exactly the same as perl -MRecursiveARGV, but allowing people to do more fun stuff in their scripts like:use RecursiveARGV;
#!/usr/bin/perl require RecursiveARGV; # cleans @ARGV of any switches here, # leaving only files GetOpt(...); # now @ARGV becomes directory-magic RecursiveARGV->import();
Update: I changed midstream between referring to a more full-fledged module as R.pm and RecursiveARGV.pm... and things got a little tangled up.
------------ :Wq Not an editor command: Wq
|
|---|