home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-2 / Inter.Net 55-2.iso / Mandrake / mdkinst / usr / bin / perl-install / t.pm < prev    next >
Encoding:
Text File  |  2000-01-12  |  165 b   |  12 lines

  1. #!/usr/bin/perl
  2.  
  3. use lib qw(.);
  4.  
  5. use common qw(:common :file :functional :system);
  6. use pci_probing::main;
  7.  
  8. substInFile { s|^(URL=.*?)/?$|$1/lang| } "/tmp/dde";
  9.  
  10.  
  11. 1;
  12.