Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Empfohlene Antworten

Veröffentlicht

Hallo zusammen!

Ich möchte unter Suse Linux 8.1 pro ein Perl-Programm kompilen.

Ich habe aber so was noch nie gemacht. Weder unter Win noch unter Linux.

Könnt ihr mir helfen?

Danke miachl

PS.: Ich bin kein Fachinformatiker :-) (ist irgendwie klar bei den Fragen) sondern nur Computerfreak, der a bissl mit Linux spielen will.

Also, ohne dir zu nahe treten zu wollen, aber Perl ist eine Interpretersprache, dass heißt, dass du nichts kompilieren musst, da das perl Script vom Interpreter automatisch interpretiert und ausgeführt wird.

Hallo,

Also, ohne dir zu nahe treten zu wollen, aber Perl ist eine Interpretersprache, dass heißt, dass du nichts kompilieren musst, da das perl Script vom Interpreter automatisch interpretiert und ausgeführt wird.

Perl bringt von Hause aus einen Compiler mit: perlcc, dieser ist durchaus in der Lage, Perl-Programme zu compilieren.


nicolai@realmedia:~> cat hello.pl

#!/usr/bin/perl -w

print "hello world\n";

nicolai@realmedia:~> ./hello.pl 

hello world

nicolai@realmedia:~> perlcc -o hello hello.pl

nicolai@realmedia:~> file hello

hello: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), not stripped

nicolai@realmedia:~> ./hello

hello world

nicolai@realmedia:~> 

Nic

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.