Personal tools

Difference between revisions of "Module Bivalve"

From MohidWiki

Jump to: navigation, search
(Created page with "<ul> <li><source lang="perl">#!/usr/bin/perl use strict; use warnings; for (my $i = 1; $i < 100; $i++) { if ($i == 99) { print $i." Luftballons reached!\n\n"; } else {...")
 
 
Line 1: Line 1:
<ul>
+
For more information please download the Module Bivalve Manual [[http://www.mohid.com/PublicData/Products/Manuals/MOHID_Module_Bivalve_Manual.pdf Download]]
<li><source lang="perl">#!/usr/bin/perl
 
 
 
use strict;
 
use warnings;
 
 
 
for (my $i = 1; $i < 100; $i++) {
 
if ($i == 99) {
 
print $i." Luftballons reached!\n\n";
 
} else {
 
print $i." Luftballons...\n";
 
}
 
}
 
 
 
exit;</source></li></ul>
 

Latest revision as of 17:31, 18 July 2019

For more information please download the Module Bivalve Manual [Download]