Thread html tags werden escaped (9 answers)
Opened by Gast at 2008-01-24 13:45

Gast Gast
 2008-01-24 14:29
#105106 #105106
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";

View full thread html tags werden escaped