Re: Which package generates "Algorithm/Diff.pm"

2004-11-12 Thread Stephen Liu
Hi Chris, Tks for your advice. Chris Devers <[EMAIL PROTECTED]> wrote: > To look up a module, try: > > cpan> i /PATTERN/ > > for example, > > cpan> i /lgorithm/ > > (I forget if the pattern is case sensitive here, so > I'm leaving off the > initial 'a' from 'algorithm' to be on the sa

Re: Which package generates "Algorithm/Diff.pm"

2004-11-12 Thread Chris Devers
On Fri, 12 Nov 2004, Chasecreek Systemhouse wrote: > On Fri, 12 Nov 2004 07:32:56 -0500 (EST), Chris Devers > <[EMAIL PROTECTED]> wrote: > > On Fri, 12 Nov 2004, Chasecreek Systemhouse wrote: > > > install Bundle::CPAN > > > > Is this safe? Didn't this used to try to install a whole new copy of

Re: Which package generates "Algorithm/Diff.pm"

2004-11-12 Thread Chasecreek Systemhouse
On Fri, 12 Nov 2004 07:32:56 -0500 (EST), Chris Devers <[EMAIL PROTECTED]> wrote: > On Fri, 12 Nov 2004, Chasecreek Systemhouse wrote: > > install Bundle::CPAN > > Is this safe? Didn't this used to try to install a whole new copy of > Perl? Has that been fixed yet? Well, it was fixed on the th

Re: Which package generates "Algorithm/Diff.pm"

2004-11-12 Thread Chris Devers
On Fri, 12 Nov 2004, Stephen Liu wrote: > Hi Chris, > > > #perl -MCPAN -e 'install Algorithm::Diff' > > What will be the option '-MCPAN' for, to connect MCPAN > FTP site? Please run this command to see Perl's command line options: $ perl --help The construct '-M...' loads module '...'; in t

Re: Which package generates "Algorithm/Diff.pm"

2004-11-12 Thread Chris Devers
On Fri, 12 Nov 2004, Stephen Liu wrote: > I tried follows without result; > > # /etc/sudoers `visudo` > Vim: Warning: Output is not to a terminal > > # /etc/sudoers `visudo` $nano > Vim: Warning: Output is not to a terminal > > # /etc/sudoers `visudo` $VISUAL > Vim: Warning: Output is not to a

Re: Which package generates "Algorithm/Diff.pm"

2004-11-12 Thread Chris Devers
On Fri, 12 Nov 2004, Chasecreek Systemhouse wrote: > As root type - > > perl -MCPAN e shell > > at the cpan> type - > > install Bundle::CPAN > > Research and Answer all the questions; if you have issues then e-mail > them to the list. Is this safe? Didn't this used to try to install a whol

Re: Which package generates "Algorithm/Diff.pm"

2004-11-12 Thread Stephen Liu
Hi Chris, Tks for your advice. > All changes to the /etc/sudoers file should be made > with the `visudo` > command. `visudo` will edit the file (using whatever > editor you have > specified with $EDITOR or $VISUAL), make sure things > are consistent, > etc. It's a good idea not to edit it dire

Re: Which package generates "Algorithm/Diff.pm"

2004-11-12 Thread Chasecreek Systemhouse
As root type - perl -MCPAN e shell at the cpan> type - install Bundle::CPAN Research and Answer all the questions; if you have issues then e-mail them to the list. -- WC -Sx- Jones http://youve-reached-the.endoftheinternet.org/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

Re: Which package generates "Algorithm/Diff.pm"

2004-11-11 Thread Stephen Liu
Hi Chris, > #perl -MCPAN -e 'install Algorithm::Diff' What will be the option '-MCPAN' for, to connect MCPAN FTP site? > You can test that it's installed by running a > command like > > $ perl -MAlgorithm::Diff -e '1' I ran it, no complaint popup (no printout). I suppose '-MAlgorithm' is

Re: Which package generates "Algorithm/Diff.pm"

2004-11-11 Thread Chris Devers
On Thu, 11 Nov 2004, Stephen Liu wrote: > --- Rene Borchers <[EMAIL PROTECTED]> wrote: > > > For the sudo command you have to modify the file > > /etc/sudoers, in this > > file stands which user is allowed to execute which > > command with root > > permission. therefore you you have to add your

Re: Which package generates "Algorithm/Diff.pm"

2004-11-11 Thread Chris Devers
On Thu, 11 Nov 2004, Stephen Liu wrote: > Hi Chris, > > [Thanks] for your advice. > > --- Chris Devers <[EMAIL PROTECTED]> wrote: > > > All you have to do is install it. > > > > sudo perl -MCPAN -e 'install Algorithm::Diff' > > There was something strange happend here in runnning > > $s

Re: Which package generates "Algorithm/Diff.pm"

2004-11-11 Thread Stephen Liu
Hi Rene, --- Rene Borchers <[EMAIL PROTECTED]> wrote: > After installation, the module is ready to use. Try > running your program. It worked now. Tks. > For the sudo command you have to modify the file > /etc/sudoers, in this > file stands which user is allowed to execute which > command wit

Re: Which package generates "Algorithm/Diff.pm"

2004-11-11 Thread Rene Borchers
After installation, the module is ready to use. Try running your program. For the sudo command you have to modify the file /etc/sudoers, in this file stands which user is allowed to execute which command with root permission. therefore you you have to add yourself allowing to execute the perl -M

Re: Which package generates "Algorithm/Diff.pm"

2004-11-11 Thread Stephen Liu
Hi Chris, Tks for your advice. --- Chris Devers <[EMAIL PROTECTED]> wrote: > All you have to do is install it. > > sudo perl -MCPAN -e 'install Algorithm::Diff' There was something strange happend here in runnning $sudo perl -MCPAN -e 'install Algorithm::Diff' Password: Sorry, try again.

Re: Which package generates "Algorithm/Diff.pm"

2004-11-11 Thread Chris Devers
On Thu, 11 Nov 2004, Stephen Liu wrote: > I also found this link but could not resolve how to > create the module. Lucky for you, the module has already been created by someone else. All you have to do is install it. sudo perl -MCPAN -e 'install Algorithm::Diff' Or something similar to that

Re: Which package generates "Algorithm/Diff.pm"

2004-11-11 Thread Stephen Liu
Hi Rene, Tks for your URL. I also found this link but could not resolve how to create the module. B.R. Stephen --- Rene Borchers <[EMAIL PROTECTED]> wrote: > > Hi, > > Searching www.cpan.org > > http://search.cpan.org/search?query=Algorithm%2FDiff&mode=all > > > On Thu, 2004-11-11 at 12:

Re: Which package generates "Algorithm/Diff.pm"

2004-11-11 Thread Rene Borchers
Hi, Searching www.cpan.org http://search.cpan.org/search?query=Algorithm%2FDiff&mode=all On Thu, 2004-11-11 at 12:17, Stephen Liu wrote: > Hi folks, > > FedoraCore2 > > Kindly advise which package I have to install to > generate "Algorithm/Diff.pm" > > I ran following script > $ perl compar

Re: Which package generates "Algorithm/Diff.pm"

2004-11-11 Thread Rene Borchers
Hi, Searching www.cpan.org http://search.cpan.org/search?query=Algorithm%2FDiff&mode=all On Thu, 2004-11-11 at 12:17, Stephen Liu wrote: > Hi folks, > > FedoraCore2 > > Kindly advise which package I have to install to > generate "Algorithm/Diff.pm" > > I ran following script > $ perl compar

Re: Which package generates "Algorithm/Diff.pm"

2004-11-11 Thread Gunnar Hjalmarsson
Stephen Liu wrote: Kindly advise which package I have to install to generate "Algorithm/Diff.pm" I ran following script $ perl compare_s3_fifo.pl doc_a doc_b Printout; Can't locate Algorithm/Diff.pm in @INC ... A wild guess: Algorithm::Diff ;-) Please study "perldoc perlmod". -- Gunnar Hjalmarsson