baseportal | |||
English - Deutsch | "Es gibt keine dummen Fragen - jeder hat einmal angefangen" | ||
|
Ausgewählter Eintrag: | Zur Liste |
<perl> # Fehler rücksetzen out "<b>WIEDERHOLUNG VOM 2. TEIL</b><br>", dosomething 'thing',4; out "<b>2. WIEDERHOLUNG VOM 2. TEIL</b><br>"; dosomething 'thing',5; # </perl>
Alle Einträge zum Thema: | Zur Liste |
<perl> sub dosomething ($;$) { out "I do something with: $_[0] $_[1]<br>"; }
out "<b>HIER GEHTS ZUM 1. TEIL</b><br>";
out "<b>WIEDERHOLUNG VOM 1. TEIL</b><br>"; dosomething thing,2;
out "<b>COMPILER ERZEUGT NEUEN NAMESPACE thing</b><br>"; if (0) { thing::test(); } # .............................. hier wird nun thing:: erzeugt! out "<b>HIER GEHTS ZUM 2. TEIL</b><br>"; dosomething thing,3; # .............................. hier gibts nun einen absolut skurielen Fehler :(((
</perl><perl> # Fehler rücksetzen out "<b>WIEDERHOLUNG VOM 2. TEIL</b><br>";
out "<b>2. WIEDERHOLUNG VOM 2. TEIL</b><br>"; dosomething(thing,5);
</perl>
<perl> # Fehler rücksetzen out "<b>WIEDERHOLUNG VOM 2. TEIL</b><br>"; dosomething 'thing',4;
out "<b>2. WIEDERHOLUNG VOM 2. TEIL</b><br>";
</perl>
<perl> # Fehler rücksetzen out "<b>WIEDERHOLUNG VOM 2. TEIL</b><br>", dosomething 'thing',4; out "<b>2. WIEDERHOLUNG VOM 2. TEIL</b><br>"; dosomething 'thing',5; # </perl>
> Und was mich interessieren würde: Wie kannst Du barewords von Skalaren unterscheiden?
dosomething thing;
thing::dosomething;
funktionsname namespace;
Liste der Einträge von 20851 bis 21001: | Einklappen | Zur Eingabe |
Neueste Einträge << 10 | 9 | 8 | 7 | 6 | 5 | 4 | 3 | 2 | Neuere Einträge < | Zur Eingabe | > Ältere Einträge | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 >> Älteste Einträge |
© baseportal.de. Alle Rechte vorbehalten. Nutzungsbedingungen |