Leser: 1
![]() |
|< 1 2 >| | ![]() |
16 Einträge, 2 Seiten |
pktm+2008-08-10 22:11:15--Wenn es nun funktioniert wäre es toll, wenn du deine Lösung für in Zukunft Suchende posten würdest.
Grüße, pktm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
root@ks359263:/daten# clear
root@ks359263:/daten# perl cmag_mysql.pl
Global symbol "$guelldaten" requires explicit package name at cmag_mysql.pl line 61.
Global symbol "$gesamt" requires explicit package name at cmag_mysql.pl line 63.
Global symbol "$guelldaten" requires explicit package name at cmag_mysql.pl line 75.
Global symbol "$zeiger" requires explicit package name at cmag_mysql.pl line 77.
Global symbol "$felder" requires explicit package name at cmag_mysql.pl line 88.
Global symbol "$zeiger" requires explicit package name at cmag_mysql.pl line 88.
Global symbol "@ergebnis" requires explicit package name at cmag_mysql.pl line 90.
Global symbol "$felder" requires explicit package name at cmag_mysql.pl line 90.
Global symbol "@ergebnis" requires explicit package name at cmag_mysql.pl line 92.
Global symbol "@ergebnis" requires explicit package name at cmag_mysql.pl line 92.
Global symbol "@ergebnis" requires explicit package name at cmag_mysql.pl line 92.
Global symbol "$gesamt" requires explicit package name at cmag_mysql.pl line 121.
Execution of cmag_mysql.pl aborted due to compilation errors.
root@ks359263:/daten#
1
2
3
4
5
6
7
8
sub foo
{
my ( $arg1, $arg2, $arg3 ) = @_;
print "Argumente: $arg1, $arg2, $arg3\n";
}
foo( 'Hallo', 'Radio', 'Eriwan' );
Kingpin90+2008-08-10 22:39:45--pktm+2008-08-10 22:11:15--Wenn es nun funktioniert wäre es toll, wenn du deine Lösung für in Zukunft Suchende posten würdest.
Grüße, pktm
werde ich tun. kannst du mir vieleicht noch sagen, was die ursache für diese fehler ist?
Code: (dl )1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16root@ks359263:/daten# clear
root@ks359263:/daten# perl cmag_mysql.pl
Global symbol "$guelldaten" requires explicit package name at cmag_mysql.pl line 61.
Global symbol "$gesamt" requires explicit package name at cmag_mysql.pl line 63.
Global symbol "$guelldaten" requires explicit package name at cmag_mysql.pl line 75.
Global symbol "$zeiger" requires explicit package name at cmag_mysql.pl line 77.
Global symbol "$felder" requires explicit package name at cmag_mysql.pl line 88.
Global symbol "$zeiger" requires explicit package name at cmag_mysql.pl line 88.
Global symbol "@ergebnis" requires explicit package name at cmag_mysql.pl line 90.
Global symbol "$felder" requires explicit package name at cmag_mysql.pl line 90.
Global symbol "@ergebnis" requires explicit package name at cmag_mysql.pl line 92.
Global symbol "@ergebnis" requires explicit package name at cmag_mysql.pl line 92.
Global symbol "@ergebnis" requires explicit package name at cmag_mysql.pl line 92.
Global symbol "$gesamt" requires explicit package name at cmag_mysql.pl line 121.
Execution of cmag_mysql.pl aborted due to compilation errors.
root@ks359263:/daten#
![]() |
|< 1 2 >| | ![]() |
16 Einträge, 2 Seiten |