Re: [rt-users] Warning - perl idiot here

2010-07-30 Thread Robert Grasso
...@lists.bestpractical.com [mailto:rt-users-boun...@lists.bestpractical.com] De la part de Michael James Envoyé : 29 juillet 2010 21:26 Cc : RT Users Objet : Re: [rt-users] Warning - perl idiot here Returns nothing. Ah well, I'll just read the darned file and skip over the pod formatting. Thanks

Re: [rt-users] Warning - perl idiot here

2010-07-30 Thread Michael James
...@lists.bestpractical.com] De la part de Michael James Envoyé : 29 juillet 2010 21:26 Cc : RT Users Objet : Re: [rt-users] Warning - perl idiot here Returns nothing. Ah well, I'll just read the darned file and skip over the pod formatting. Thanks for the suggestion. Mike tracker:~ # perldoc -F /opt/rt3

Re: [rt-users] Warning - perl idiot here

2010-07-30 Thread Michael James
Agreed, I don't get those errors on 3.8.7, but I do see them in 3.8.8. I have both versions running for different departments. RT 3.8.8 SLES 10 SP3 tracker:~ # perldoc -V Perldoc v3.14, under perl v5.008008 for linux Thanks again. Robert Grasso robert.grasso...@cedrat.com 7/30/2010 12:40 PM

[rt-users] Warning - perl idiot here

2010-07-29 Thread Michael James
How come I can't view the documentation with RT_Config.pm using perldoc? tracker:~ # perldoc /opt/rt3/etc/RT_Config.pm Can't open /opt/rt3/etc/RT_Config.pm: Permission denied at /usr/lib/perl5/5.8.8/Pod/Perldoc.pm line 1380. Mike The information in this message may be proprietary and/or

Re: [rt-users] Warning - perl idiot here

2010-07-29 Thread Michael James
Running SuSE Enterprise Linux 10, SP3. Executing perldoc /opt/rt3/etc/RT_Config.pm as root. The error occurs on line 1380 of /usr/lib/perl5/5.8.8/Pod/Perldoc.pm, which is this: open(TEST,, $file) or die Can't open $file: $!; # XXX 5.6ism So, it doesn't have permission to open a file?

Re: [rt-users] Warning - perl idiot here

2010-07-29 Thread Todd Chapman
Try: perldoc -F On Thu, Jul 29, 2010 at 1:55 PM, Michael James mja...@stonebridgebank.com wrote: How come I can't view the documentation with RT_Config.pm using perldoc? tracker:~ # perldoc /opt/rt3/etc/RT_Config.pm Can't open /opt/rt3/etc/RT_Config.pm: Permission denied at

Re: [rt-users] Warning - perl idiot here

2010-07-29 Thread Michael James
Returns nothing. Ah well, I'll just read the darned file and skip over the pod formatting. Thanks for the suggestion. Mike tracker:~ # perldoc -F /opt/rt3/etc/RT_Config.pm tracker:~ # Todd Chapman t...@chaka.net 7/29/2010 3:06 PM Try: perldoc -F On Thu, Jul 29, 2010 at 1:55 PM, Michael