From 4e4d64937eab59f59b0992e4b850846588508891 Mon Sep 17 00:00:00 2001 From: root <root@localhost> Date: Mon, 10 Oct 2016 14:25:46 +0200 Subject: [PATCH] test perle --- t3.pl | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 t3.pl diff --git a/t3.pl b/t3.pl new file mode 100644 index 0000000..2159089 --- /dev/null +++ b/t3.pl @@ -0,0 +1,6 @@ +#!/usr/bin/perl + +use strict; + +print "hello world"; + -- GitLab