Thread html tags werden escaped
(9 answers)
Opened by Gast at 2008-01-24 13:45 Code (perl): (dl
)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 use warnings; ################################################## ###################### Setup ##################### ################################################## #include the list utilites for the shuffle function use List::Util qw(first max maxstr min minstr shuffle sum); #include the Jabber stuff use Net::Jabber; #include the switch statment use Switch; #This is the filename that contains the setup information my $ConfigFile = "setup.ini"; |