- or download this
unless (open (QTREES, $file)) {
print STDERR "WARNING: get_qtrees() can't open $file for filer $fi
+ler!\n";
return;
};
- or download this
open (QTREES, $file) or {
print STDERR "WARNING: get_qtrees() can't open $file for filer $fi
+ler!\n";
return;
};
- or download this
syntax error at ~chayashida/Perl/Module.pm line 872, near "return"
Global symbol "$filer" requires explicit package name at ~chayashida/P
+erl/Module.pm line 880.