Help for this page

Select Code to Download


  1. or download this
    copy($localfile, $installfile)
       or die "$localfile unable to copy to $installfile : $!\n";
    
  2. or download this
    fixreadonly($plugindir) if $^O =~ /win32/i;
    
    ...
      my $unsetreadonly = Bio::Root::IO->catfile( $dir, "*.*");
      system("attrib -r /s $unsetreadonly");
    }