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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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:
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
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
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
19 matches
Mail list logo