avete tutti ragione errore da newbie idiota grazie David
On Tue, 14 Feb 2006 15:14:45 +0100 (CET) Walter Valenti <[EMAIL PROTECTED]> wrote: > > > bash: ./PerlProva.pl: /usr/lib/perl: bad interpreter: Permission denied > > debian:/home/appoggio/Perl# > > > > cosa devo fare per far funzionare lo script? > > > > grazie David > > > > Invece di > #!/usr/lib/perl > metti > #!/usr/bin/perl > > In /usr/lib ci sono librerie varie > L'eseguibile che interpreta il tuo codice è in /usr/bin > > Walter > > -- > Per favore non inviatemi allegati in formato MS Office. > Utilizza alternativamente documenti in formato OpenDocument. > > Software is like sex, it is better when it is free > --Linus B. Torvalds > > > > ___________________________________ > Yahoo! Mail è gratis! 1GB, Agenda, Rubrica, Antispam, Antivirus, POP3, > messaggi da 10MB > > > -- > Per REVOCARE l'iscrizione alla lista, inviare un email a > [EMAIL PROTECTED] con oggetto "unsubscribe". Per > problemi inviare un email in INGLESE a [EMAIL PROTECTED] > > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] >

