Thread Unverständliche Typenzuweisung: Skriptanalyse (12 answers)
Opened by angelsfall at 2005-07-22 12:52

esskar
 2005-07-22 14:50
#5319 #5319
User since
2003-08-04
7321 Artikel
ModeratorIn

user image
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/perl

use strict;
use warnings;
use CGI;

my $q = CGI->new;
my %$v = %{$q->Vars};
^Z
Can't declare hash dereference in my at - line 6, near "$v ="
Execution of - aborted due to compilation errors.


kann nicht gehen!

View full thread Unverständliche Typenzuweisung: Skriptanalyse