# Copyright 2002-2007 Interchange Development Group and others # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. See the LICENSE file for details. UserTag rand Order file UserTag rand posNumber 1 UserTag rand addAttr UserTag rand hasEndTag UserTag rand Version 1.5 UserTag rand Routine <{separator} || '\[alt\]'; $inline = ::readfile($file) if $file; my @pieces = split /$sep/, $inline; return $pieces[int(rand(scalar @pieces))] ; } EOR