-
Follow Us!
-
Search the Blog
-
-
Recent Posts
- Cisco ASA Site to Site VPN with dynamic IP addresses September 16, 2016
- Basic WebVPN setup on the Cisco ASA 9.x August 7, 2016
- Upgrading MySQL on CentOS 6 January 21, 2016
- Retro fitting httpd-itk to a CentOS Apache setup June 3, 2014
- Cisco periodic reboot using perl April 16, 2014
-
Archives
- September 2016
- August 2016
- January 2016
- June 2014
- April 2014
- October 2013
- September 2013
- August 2013
- July 2013
- June 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
-
Tags
Apache Array ASA C Cisco Cisco 877 Cisco ASA Compression deduplication Dovecot EIGRP Eval failover FreeBSD FTP FTTC GRE Hash Infinity IPv6 Jail K&R Mac Mod_Secure MySQL Nagios Objective-C Pass by Reference Perl Programming Quota References restore Schwartzian Transform Security Sendmail Snapshot Sorting Spamassassin SSL uniq Virtusertable VPN Xcode4 ZFS-
General Links
Perl Links
-
Tag Archives: else
Objective-C decisions vs Perl descisions
I’m comparing Objective-C decision making with our beloved Perl decision making. Objective-C supports the if, else, else if & switch. Lets write some Objective-C code and write the Perl in parallel. #import <Foundation/Foundation.h> int main (int argc, const char * … Continue reading