Re: Command Line Modules

2003-02-11 Thread Jeff Westman
--- Paul Johnson <[EMAIL PROTECTED]> wrote: > On Tue, Feb 11, 2003 at 09:45:32AM -0800, Jeff Westman wrote: > > > This seems simple enough, but I can't get it to work. > > > > I want to print out the cross-reference AND parsed version of a script. > I > > can only get one of the modules at a ti

Re: Command Line Modules

2003-02-11 Thread Paul Johnson
On Tue, Feb 11, 2003 at 09:45:32AM -0800, Jeff Westman wrote: > This seems simple enough, but I can't get it to work. > > I want to print out the cross-reference AND parsed version of a script. I > can only get one of the modules at a time to work -- not both. > > I have tried: > > perl -Mmodu

Command Line Modules

2003-02-11 Thread Jeff Westman
This seems simple enough, but I can't get it to work. I want to print out the cross-reference AND parsed version of a script. I can only get one of the modules at a time to work -- not both. I have tried: perl -Mmodule=Xref,Deparse myscript.pl perl -MO=Xref,-MO=Deparse myscript.pl perl -m modul