summaryrefslogtreecommitdiffstats
path: root/Bachelor/Systemprogrammierung in Perl/zettel.zip_FILES/zettel.pl
diff options
context:
space:
mode:
Diffstat (limited to 'Bachelor/Systemprogrammierung in Perl/zettel.zip_FILES/zettel.pl')
-rw-r--r--Bachelor/Systemprogrammierung in Perl/zettel.zip_FILES/zettel.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/Bachelor/Systemprogrammierung in Perl/zettel.zip_FILES/zettel.pl b/Bachelor/Systemprogrammierung in Perl/zettel.zip_FILES/zettel.pl
new file mode 100644
index 0000000..ddd7970
--- /dev/null
+++ b/Bachelor/Systemprogrammierung in Perl/zettel.zip_FILES/zettel.pl
@@ -0,0 +1,4 @@
+ use lib "d:/xampp/cgi-bin/kasten";
+ use zettel;
+ my $webapp = Zettel->new();
+ $webapp->run(); \ No newline at end of file