From 625eeaf55e30adaacff54d27d8f48da0b2ffabce Mon Sep 17 00:00:00 2001 From: Piotr Karbowski Date: Sat, 21 Sep 2013 08:49:19 +0200 Subject: [PATCH] Less verbose --- scrape.pl | 1 - 1 file changed, 1 deletion(-) mode change 100644 => 100755 scrape.pl diff --git a/scrape.pl b/scrape.pl old mode 100644 new mode 100755 index 78a2a1a..3b44065 --- a/scrape.pl +++ b/scrape.pl @@ -9,7 +9,6 @@ use Cwd 'abs_path'; my $script_dir = abs_path(dirname(__FILE__)); -print("Getting rss feed ...\n"); my $feed_raw = get("https://grsecurity.net/testing_rss.php"); my $feed = XMLin($feed_raw, ForceArray => ['item']); -- 2.47.3