in reply to Re: broke my perl? :(
in thread broke my perl? :(

danlab@danlab-laptop:~/BAMs/hela_kromosomer$ perl -v bash: /usr/bin/perl: /gsc/bin/perl: bad interpreter: No such file or directory danlab@danlab-laptop:~/BAMs/hela_kromosomer$ which perl /usr/bin/perl history does not show me removing perl. And no matter what script I try to run it says this no such file or directory.

Replies are listed 'Best First'.
Re^3: broke my perl? :(
by marto (Cardinal) on Aug 25, 2010 at 09:29 UTC
Re^3: broke my perl? :(
by Anonymous Monk on Aug 25, 2010 at 09:34 UTC
    bash: /usr/bin/perl: /gsc/bin/perl: bad interpreter: No such file or directory

    Presumably, /usr/bin/perl is a wrapper script that has /gsc/bin/perl in its shebang line, and the latter no longer exists.