hi,
setenv is a c shell internal. with bash use
export LC_ALL=C
On Fri, Sep 12, 2003 at 01:12:54PM +0200, Gisle Askestad wrote:
> Hi
> And thank you for replying to my problem.
>
> I tried: setenv LC_ALL=C
> It returned: bash: setenv: command not found
>
> "set env LC_ALL=C" doe
"Gisle Askestad" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
please dont top post. f'ups rearranged.
> >>I'm using RedHat 8.0 and Perl 5.8.0
> >>
> >>I'm trying to install Time:HiRes from CPAN which is needed to
> >>use the File::Tail module. When running "Make" i get the error:
"Gisle Askestad" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> I'm trying to install Time:HiRes from CPAN which is needed to use the
> File::Tail module. When running "Make" i get the error:
>
> Makefile:91: *** missing separator. Stop.
>
> Makefile.PL says:
>
> NOTE: if you get
Hi
And thank you for replying to my problem.
I tried: setenv LC_ALL=C
It returned: bash: setenv: command not found
"set env LC_ALL=C" does not return any error, but printenv
does not show LC_ALL=C in the environment variables.
man setenv and man printenv, even printenv works fine.
My ReaHat build
> Hi
Howdy
>
> I'm using RedHat 8.0 and Perl 5.8.0
>
> I'm trying to install Time:HiRes from CPAN which is needed to
> use the File::Tail module. When running "Make" i get the error:
>
> Makefile:91: *** missing separator. Stop.
>
> Makefile.PL says:
>
> NOTE: if you get an error like thi
Hi
I'm using RedHat 8.0 and Perl 5.8.0
I'm trying to install Time:HiRes from CPAN which is needed to use the
File::Tail module. When running "Make" i get the error:
Makefile:91: *** missing separator. Stop.
Makefile.PL says:
NOTE: if you get an error like this (the line number may vary):
Makef