Help for this page

Select Code to Download


  1. or download this
    unless (open (QTREES, $file))  {
        print STDERR "WARNING: get_qtrees() can't open $file for filer $fi
    +ler!\n";
        return;
    };
    
  2. or download this
    open (QTREES, $file) or {
        print STDERR "WARNING: get_qtrees() can't open $file for filer $fi
    +ler!\n";
        return;
    };
    
  3. 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.