From ba429d344132c088177e853cce8ff7181570b221 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 10 Apr 2024 19:42:51 +0200 Subject: Adding upstream version 44.2. Signed-off-by: Daniel Baumann --- plugins/snippets/data/perl.xml | 126 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 126 insertions(+) create mode 100644 plugins/snippets/data/perl.xml (limited to 'plugins/snippets/data/perl.xml') diff --git a/plugins/snippets/data/perl.xml b/plugins/snippets/data/perl.xml new file mode 100644 index 0000000..add148f --- /dev/null +++ b/plugins/snippets/data/perl.xml @@ -0,0 +1,126 @@ + + + + + perl + #!/usr/bin/perl + + + + Conditional if..else + ife + + + + Conditional if..elsif..else + ifee + + + + Conditional one-line + xunless + + + + Conditional one-line + xif + + + + Try/Except + eval + + + + Loop + fore + + + + Loop + for + + + + Function + sub + + + ]]> + l]]> + hash pointer + + + + Conditional + if + + + + Loop one-line + xfore + + + + Loop one-line + xwhile + + + ; close FILE } +]]> + Read File + slurp + + + + Conditional + unless + + + + Loop + while + + -- cgit v1.2.3