


Tady je o tom skriptu: http://processors.wiki.ti.com/index.php ... erl_Script
--- Doplnění předchozího příspěvku (1) ---
Nenajde se zkušený programátor co to prubne?

Kód: Vybrat vše
print "Hello world!";
Kód: Vybrat vše
use strict;
use warnings;
my $index = 0; #Index for loop iterations
#Retrieve the cmd file and header file from the command line parameters
my ($msp430_command,$msp430_header) = @ARGV;
$msp430_command = "lnk_" . "$msp430_command" . ".cmd";
$msp430_header = "$msp430_header";
Zpět na “Programování a tvorba webu”
Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 8 hostů