[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avrdude-dev] Perl Illegal Operation Error
From: |
Theodore A. Roth |
Subject: |
Re: [avrdude-dev] Perl Illegal Operation Error |
Date: |
Fri, 18 Jul 2003 15:55:06 -0700 (PDT) |
On Fri, 18 Jul 2003, E. Weddington wrote:
> >
> >
> > On Fri, 18 Jul 2003 address@hidden wrote:
> >
> > > So I guess I have several questions:
> > > 1. What is perl being used for?
> >
> > The autoconf and autmake tools use perl extensively.
>
> Thanks for elucidating, Ted. I had no idea what perl was
> used for in avrdude.
Just to clarify a bit more:
address@hidden:~/dev/osavr/os/net$ file $(which autoconf-2.57) $(which
autoheader-2.57) $(which automake-1.7) $(which aclocal-1.7)
/home/roth/local/bin/autoconf-2.57: Bourne shell script text executable
/home/roth/local/bin/autoheader-2.57: a /usr/bin/perl script text executable
/home/roth/local/bin/automake-1.7: a /usr/bin/perl -w script text executable
/home/roth/local/bin/aclocal-1.7: a /usr/bin/perl script text executable
Ted Roth