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 module=Xref,Deparse myscript.pl
perl -MO Xref,Deparse myscript.pl
perl -M'module qw(Xref Deparse)' myscript.pl

The perldoc doesn't help much. 

1-- This is probably too obvious, but what am I missing???
2-- What does the "-MO" do, as opposed to "-M" (cant find any documentation
on that)

Thanks

Jeff

__________________________________________________
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to