Thread
Perl TK - Programm
(34 answers)
Opened by
betterworld
at
2003-10-26 00:14
betterworld
2003-10-26 00:15
User since
2003-08-21
2614 Artikel
ModeratorIn
Probier mal das hier:
Code: (
dl
)
1
2
3
4
my $a=123;
my $b="a ist $a";
$a=321;
print $b;
\n\n
<!--EDIT|betterworld|1067113002-->
Lieblingsmodule:
IPC::System::Simple
,
Path::Class
View full thread
Perl TK - Programm