source: trunk/LATMOS-Accounts/live-test/common.pl @ 2409

Last change on this file since 2409 was 1028, checked in by nanardon, 12 years ago
  • more live test for sql base
  • Property svn:keywords set to Id
File size: 81 bytes
Line 
1# $Id$
2
3sub genid { 'aa' . join('', map { ('a' .. 'z')[rand(26)] } (0..7)) }
4
51;
Note: See TracBrowser for help on using the repository browser.