Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    my ($dlid,@dlfiles) = dld_initialize("lic_file", "123456", 5, "/path/t
    +o/data/files");
    
    exit 0;
    
  2. or download this
    package DLDtest;
    
    ...
      return DlFileOpen(dl, path);
    
    }