Thread Warnung oder was (9 answers)
Opened by leissi at 2006-02-22 17:40

FIFO
 2006-02-22 18:21
#63219 #63219
User since
2005-06-01
469 Artikel
BenutzerIn

user image
[quote=leissi,22.02.2006, 16:50]und dann so in die Subroutine übergebn!
Code: (dl )
1
2
     my $numberProjects = $#pjName;
my $backupPath = $Backup{"Backup"};
[/quote]
Wo ist da die Subroutine?

Wann/wo findet die Deklaration (my $backupPath ...) da statt?
In oder außerhalb der sub (Lexikalisierungsproblem)?
Everyone knows that debugging is twice as hard as writing a program in the first place. So if you're as clever as you can be when you write it, how will you ever debug it? -- Brian Kernighan: "The Elements of Programming Style"

View full thread Warnung oder was