<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Coding School</title>
	<link>http://coding-school.com</link>
	<description>Staff Room!</description>
	<lastBuildDate>Mon, 11 Jul 2011 05:17:00 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>cubecart 5 navigation panel missing</title>
		<description><![CDATA[If you login to your cubecartv5 panel and navigation if gone, then tack this onto your URL: _g=maintenance and click &#8220;clear cache&#8221; and submit. Worked for me. So your URL would look something like this: admin.php?_g=maintenance]]></description>
		<link>http://coding-school.com/cubecart-5-navigation-panel-missing/</link>
			</item>
	<item>
		<title>web resilience and dns round robin</title>
		<description><![CDATA[Nice piece of work on recent browsers resilience and dns round robin]]></description>
		<link>http://coding-school.com/web-resilience-and-dns-round-robin/</link>
			</item>
	<item>
		<title>Perl Signals</title>
		<description><![CDATA[Perl Signals Perl allows you to trap signals using the %SIG associative array. Using the signals you want to trap as the key, you can assign a subroutine to that signal. The %SIG array will only contain those values which the programmer defines. Therefore, you do not have to assign all signals. For example, to [...]]]></description>
		<link>http://coding-school.com/perl-signals/</link>
			</item>
	<item>
		<title>Perl DBI</title>
		<description><![CDATA[Perl DBI Example The DBI module enables your Perl applications to access multiple database types transparently. You can connect to MySQL, MSSQL, Oracle, Informix, Sybase, ODBC etc. without having to know the different underlying interfaces of each. The API defined by DBI will work on all these database types and many more. What is DBI [...]]]></description>
		<link>http://coding-school.com/perl-dbi/</link>
			</item>
	<item>
		<title>Perl OOP</title>
		<description><![CDATA[Perl OOP Why Object Oriented approach? A major factor in the invention of Object-Oriented approach is to remove some of the flaws encountered with the procedural approach. In OOP, data is treated as a critical element and does not allow it to flow freely. It bounds data closely to the functions that operate on it [...]]]></description>
		<link>http://coding-school.com/perl-oop/</link>
			</item>
	<item>
		<title>Perl File Operations</title>
		<description><![CDATA[Perl File operations Variables which represent files are called &#8220;file handles&#8221;, and they are handled differently from other variables. They do not begin with any special character &#8212; they are just plain words. By convention, file handle variables are written in all upper case, like FILE_OUT or SOCK. The file handles are all in a [...]]]></description>
		<link>http://coding-school.com/perl-file-operations/</link>
			</item>
	<item>
		<title>Perl Regular Expressions</title>
		<description><![CDATA[Perl Regular Expressions Metacharacters char meaning ^ beginning of string $ end of string . any character except newline * match 0 or more times + match 1 or more times ? match 0 or 1 times; or: shortest match &#124; alternative ( ) grouping; "storing" [ ] set of characters { } repetition modifier [...]]]></description>
		<link>http://coding-school.com/perl-regular-expressions/</link>
			</item>
	<item>
		<title>Perl Subroutine</title>
		<description><![CDATA[Perl Subroutine sub mysubroutine { print "Not a very interesting routine\n"; print "This does the same thing every time\n"; } regardless of any parameters that we may want to pass to it. All of the following will work to call this subroutine. Notice that a subroutine is called with an &#038; character in front of [...]]]></description>
		<link>http://coding-school.com/perl-subroutine/</link>
			</item>
	<item>
		<title>Perl References</title>
		<description><![CDATA[Perl References I&#8217;m happiest writing Perl code that does not use references because they always give me a mild headache. Here&#8217;s the short version of how they work. The backslash operator () computes a reference to something. The reference is a scalar that points to the original thing. The &#8216;$&#8217; dereferences to access the original [...]]]></description>
		<link>http://coding-school.com/perl-references/</link>
			</item>
	<item>
		<title>Perl if else</title>
		<description><![CDATA[The if&#8230;else Statement This statement uses a relational expression to check the validity of a condition and execute a set of statements enclosed in braces. It returns a Boolean value, true or false, according to the validity of the condition. The syntax of the if&#8230;else statement is: if(condition) { block of statement(s); } else { [...]]]></description>
		<link>http://coding-school.com/perl-if-else/</link>
			</item>
</channel>
</rss>

