<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>GUGUNTU</title>
	<atom:link href="http://guguntu.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://guguntu.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Wed, 06 Apr 2011 22:40:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='guguntu.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>GUGUNTU</title>
		<link>http://guguntu.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://guguntu.wordpress.com/osd.xml" title="GUGUNTU" />
	<atom:link rel='hub' href='http://guguntu.wordpress.com/?pushpress=hub'/>
		<item>
		<title>MySQL, how to stop annoying xp console beep</title>
		<link>http://guguntu.wordpress.com/2011/04/06/mysql-how-to-stop-annoying-xp-console-beep/</link>
		<comments>http://guguntu.wordpress.com/2011/04/06/mysql-how-to-stop-annoying-xp-console-beep/#comments</comments>
		<pubDate>Wed, 06 Apr 2011 22:39:41 +0000</pubDate>
		<dc:creator>guguntu</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://guguntu.wordpress.com/?p=245</guid>
		<description><![CDATA[xp command line command to stop beep: net stop beep if you want the beep to be disabled after the restart: sc config beep start=  disable<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=guguntu.wordpress.com&amp;blog=8258192&amp;post=245&amp;subd=guguntu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>xp command line command to stop beep:</p>
<p><strong>net stop beep</strong></p>
<p>if you want the beep to be disabled after the restart:</p>
<p><strong>sc config beep start=  disable</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/guguntu.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/guguntu.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/guguntu.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/guguntu.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/guguntu.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/guguntu.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/guguntu.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/guguntu.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/guguntu.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/guguntu.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/guguntu.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/guguntu.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/guguntu.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/guguntu.wordpress.com/245/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=guguntu.wordpress.com&amp;blog=8258192&amp;post=245&amp;subd=guguntu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://guguntu.wordpress.com/2011/04/06/mysql-how-to-stop-annoying-xp-console-beep/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4e59664489ba4bc3009cb2cb07f286e1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">guguntu</media:title>
		</media:content>
	</item>
		<item>
		<title>Perl Tutorial 1</title>
		<link>http://guguntu.wordpress.com/2010/12/13/perl-tutorial-1/</link>
		<comments>http://guguntu.wordpress.com/2010/12/13/perl-tutorial-1/#comments</comments>
		<pubDate>Mon, 13 Dec 2010 14:35:23 +0000</pubDate>
		<dc:creator>guguntu</dc:creator>
				<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://guguntu.wordpress.com/?p=242</guid>
		<description><![CDATA[#!/usr/bin/perl use strict; use warnings; #this is a comment print &#8220;hello world\n&#8221;; print &#8220;hello with line break\n&#8221;; print &#8216;hello world\n&#8217;,&#8221;\n&#8221;; #only double quotes interpolate vars and special chars #&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;variables&#8212;&#8212;&#8212;&#8212;&#8212; my $name =&#8221;eric&#8221;; my $age = 10; print &#8220;\nmy name is $name\n&#8221;; #&#8212;&#8212;&#8212;&#8212;&#8212;-variable scoping&#8212;&#8212;&#8212;&#8212;&#8212;- {my $local_counter = 0;print &#8220;local variable value printed $local_counter\n&#8221;;} #local variable #print [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=guguntu.wordpress.com&amp;blog=8258192&amp;post=242&amp;subd=guguntu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>#!/usr/bin/perl<br />
use strict;<br />
use warnings;</p>
<p>#this is a comment<br />
print &#8220;hello world\n&#8221;;</p>
<p>print &#8220;hello<br />
with line break\n&#8221;;<br />
print &#8216;hello world\n&#8217;,&#8221;\n&#8221;; #only double quotes interpolate vars and special chars<br />
<strong><br />
#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;variables&#8212;&#8212;&#8212;&#8212;&#8212;</strong><br />
my $name =&#8221;eric&#8221;;<br />
my $age = 10;<br />
print &#8220;\nmy name is $name\n&#8221;;<br />
#&#8212;&#8212;&#8212;&#8212;&#8212;-variable scoping&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>{my $local_counter = 0;print &#8220;local variable value printed $local_counter\n&#8221;;} #local variable<br />
#print $local_counter; gives error if uncommented</p>
<p><strong>#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-arrays&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</strong><br />
my @courses = (&#8220;math&#8221;, &#8220;physics&#8221;, &#8220;chemistry&#8221;,&#8221;biology&#8221;);<br />
my @grades = (70,90,80);<br />
my @mix = (&#8220;math&#8221;,70);</p>
<p>print &#8220;course = $courses[0]\n&#8221;;</p>
<p># $#mix gives the index of the last element in the @mix array<br />
print &#8220;grade = $grades[$#mix]\n&#8221;;<br />
print &#8220;all elements in the array are @grades\n&#8221;;<br />
print &#8220;last three courses are @courses[($#courses-2)..$#courses]\n&#8221;;<br />
print &#8220;all grades @grades[0..$#grades]\n&#8221;;</p>
<p>my @sorted_grades = sort @grades;<br />
my @reversed = reverse @sorted_grades;<br />
print &#8220;my sorted grades are @sorted_grades and reversed @reversed\n&#8221;;</p>
<p>#paranteses are required around @courses<br />
foreach my $temp_course (@courses){<br />
	print $temp_course;<br />
}</p>
<p><strong>#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;hashes&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</strong><br />
my %course_grades = (&#8220;math&#8221;,70,&#8221;physics&#8221;,80,&#8221;biology&#8221;,100);<br />
my %student_ages = (&#8220;eric&#8221;, 10, &#8220;djikstra&#8221;, 11);<br />
print &#8220;eric is $student_ages{&#8216;eric&#8217;} years old\n&#8221;;<br />
print &#8220;I scored $course_grades{&#8216;math&#8217;} in math\n&#8221;;<br />
my @hash_courses = keys %course_grades;<br />
my @hash_grades = values %course_grades;</p>
<p>print &#8220;hash keys are @hash_courses and values are @hash_grades\n&#8221;;</p>
<p>foreach my $course (keys %course_grades){<br />
	print &#8220;I get $course_grades{$course} in $course\n&#8221;;<br />
}</p>
<p><strong>#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;conditional&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</strong><br />
#braces are required<br />
my $counter = 10;<br />
if( $counter &gt; 0 ){<br />
print &#8220;conditional true\n&#8221;;<br />
}<br />
else {<br />
print &#8220;conditional false\n&#8221;;<br />
}</p>
<p><strong>#&#8212;&#8212;&#8212;&#8212;&#8212;-loops&#8212;&#8212;&#8212;&#8212;&#8212;</strong><br />
my $count = 0;<br />
#&#8212;&#8211;while<br />
while( $count &lt; 10 ){<br />
	print &quot;$count &quot;;<br />
	$count++;<br />
}</p>
<p>#&#8212;&#8211;for<br />
for($count = 0; $count &lt; 10; $count++){<br />
	print $count;<br />
}</p>
<p>#&#8212;foreach<br />
my @numbers = (1,2,3,4,5);<br />
print &quot;using foreach\n&quot;;<br />
print $numbers[$_] foreach 0..$#numbers;</p>
<p><strong>#&#8212;&#8212;&#8212;&#8212;&#8211;operators&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</strong><br />
# numeric comparison == != &gt; &gt;=   99 ) { print &#8220;great\n&#8221;;}<br />
if( 100 gt 99 ) {}else { print &#8220;not great\n&#8221;;}</p>
<p># . string concatenation<br />
my $teacher = &#8216;jordan&#8217;;<br />
$teacher .= &#8220;\n&#8221;;<br />
print $teacher;</p>
<p><strong>#&#8212;&#8212;&#8212;&#8212;&#8212;-file operations&#8212;&#8212;&#8212;&#8212;</strong><br />
# $! usage ? (error type ?)</p>
<p>#  write, &gt;&gt; append<br />
open(my $file, &#8220;&lt;&quot;,&quot;log.txt&quot;) or die &quot;could not open file $!\n&quot;;</p>
<p>my $line = ;<br />
print &#8220;read a single line : $line \n&#8221;;</p>
<p># store all of the remaining file in @text<br />
my @text = ;<br />
print @text;<br />
close $file or die &#8220;$!&#8221;;<br />
#use</p>
<p>open(my $file, &#8220;&lt;&quot;,&quot;log.txt&quot;) or die &quot;could not open file $!\n&quot;;<br />
while( ) {<br />
	print &#8220;$_&#8221;;<br />
}<br />
close $file or die &#8220;$!&#8221;;</p>
<p>open(my $file_append, &#8220;&gt;&gt;&#8221;,&#8221;students.txt&#8221;) or die &#8220;could not open file $!\n&#8221;;<br />
#writing to a file</p>
<p>my @students = (&#8220;john&#8221;, &#8220;marry&#8221;, &#8220;christina&#8221;);</p>
<p>foreach my $student_temp (@students){<br />
print $file_append $student_temp.&#8221;\n&#8221;;<br />
}<br />
close $file_append or die &#8220;$!&#8221;;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/guguntu.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/guguntu.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/guguntu.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/guguntu.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/guguntu.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/guguntu.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/guguntu.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/guguntu.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/guguntu.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/guguntu.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/guguntu.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/guguntu.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/guguntu.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/guguntu.wordpress.com/242/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=guguntu.wordpress.com&amp;blog=8258192&amp;post=242&amp;subd=guguntu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://guguntu.wordpress.com/2010/12/13/perl-tutorial-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4e59664489ba4bc3009cb2cb07f286e1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">guguntu</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello World!,C#</title>
		<link>http://guguntu.wordpress.com/2010/11/18/c-hello-world/</link>
		<comments>http://guguntu.wordpress.com/2010/11/18/c-hello-world/#comments</comments>
		<pubDate>Thu, 18 Nov 2010 20:56:10 +0000</pubDate>
		<dc:creator>guguntu</dc:creator>
				<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://guguntu.wordpress.com/?p=238</guid>
		<description><![CDATA[using System; namespace helloWorld { class Hello { static void Main(string[] args) { Console.WriteLine(&#8220;Hello World!&#8221;); } } }<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=guguntu.wordpress.com&amp;blog=8258192&amp;post=238&amp;subd=guguntu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>using System;</p>
<p>namespace helloWorld<br />
{<br />
class Hello<br />
{<br />
static void Main(string[] args)<br />
{<br />
Console.WriteLine(&#8220;Hello World!&#8221;);<br />
}<br />
}<br />
}</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/guguntu.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/guguntu.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/guguntu.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/guguntu.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/guguntu.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/guguntu.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/guguntu.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/guguntu.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/guguntu.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/guguntu.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/guguntu.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/guguntu.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/guguntu.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/guguntu.wordpress.com/238/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=guguntu.wordpress.com&amp;blog=8258192&amp;post=238&amp;subd=guguntu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://guguntu.wordpress.com/2010/11/18/c-hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4e59664489ba4bc3009cb2cb07f286e1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">guguntu</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello World! , JavaScript</title>
		<link>http://guguntu.wordpress.com/2010/11/08/hello-world-javascript/</link>
		<comments>http://guguntu.wordpress.com/2010/11/08/hello-world-javascript/#comments</comments>
		<pubDate>Mon, 08 Nov 2010 21:03:03 +0000</pubDate>
		<dc:creator>guguntu</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[WWW]]></category>

		<guid isPermaLink="false">http://guguntu.wordpress.com/?p=230</guid>
		<description><![CDATA[&#60;html&#62; &#60;body&#62; &#60;script type=&#8221;text/javascript&#8221;&#62; document.write(&#8220;&#60;h1&#62;Hello World!&#60;/h1&#62;&#8221;); &#60;/script&#62; &#60;/body&#62; &#60;/html&#62;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=guguntu.wordpress.com&amp;blog=8258192&amp;post=230&amp;subd=guguntu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&lt;html&gt;<br />
&lt;body&gt;<br />
<strong>&lt;script type=&#8221;text/javascript&#8221;&gt;</strong><br />
<strong> document.write(&#8220;&lt;h1&gt;Hello World!&lt;/h1&gt;&#8221;);</strong><br />
<strong> &lt;/script&gt;</strong><br />
&lt;/body&gt;<br />
&lt;/html&gt;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/guguntu.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/guguntu.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/guguntu.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/guguntu.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/guguntu.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/guguntu.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/guguntu.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/guguntu.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/guguntu.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/guguntu.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/guguntu.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/guguntu.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/guguntu.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/guguntu.wordpress.com/230/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=guguntu.wordpress.com&amp;blog=8258192&amp;post=230&amp;subd=guguntu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://guguntu.wordpress.com/2010/11/08/hello-world-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4e59664489ba4bc3009cb2cb07f286e1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">guguntu</media:title>
		</media:content>
	</item>
		<item>
		<title>Perl Index</title>
		<link>http://guguntu.wordpress.com/2010/10/22/perl-index/</link>
		<comments>http://guguntu.wordpress.com/2010/10/22/perl-index/#comments</comments>
		<pubDate>Fri, 22 Oct 2010 21:50:01 +0000</pubDate>
		<dc:creator>guguntu</dc:creator>
				<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://guguntu.wordpress.com/?p=226</guid>
		<description><![CDATA[Ask Questions http://www.perlmonks.org/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=guguntu.wordpress.com&amp;blog=8258192&amp;post=226&amp;subd=guguntu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Ask Questions</strong><br />
<a href="http://www.perlmonks.org/">http://www.perlmonks.org/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/guguntu.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/guguntu.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/guguntu.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/guguntu.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/guguntu.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/guguntu.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/guguntu.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/guguntu.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/guguntu.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/guguntu.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/guguntu.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/guguntu.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/guguntu.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/guguntu.wordpress.com/226/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=guguntu.wordpress.com&amp;blog=8258192&amp;post=226&amp;subd=guguntu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://guguntu.wordpress.com/2010/10/22/perl-index/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4e59664489ba4bc3009cb2cb07f286e1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">guguntu</media:title>
		</media:content>
	</item>
		<item>
		<title>vmware keyboard problem(host:xp/guest:ubuntu)</title>
		<link>http://guguntu.wordpress.com/2010/10/12/vmware-keyboard-problemhostxpguestubuntu/</link>
		<comments>http://guguntu.wordpress.com/2010/10/12/vmware-keyboard-problemhostxpguestubuntu/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 19:36:26 +0000</pubDate>
		<dc:creator>guguntu</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://guguntu.wordpress.com/?p=223</guid>
		<description><![CDATA[host system -&#62; windows xp professional guest system -&#62; ubuntu 8.04 version solution: in ubuntu, system-&#62;preferences-&#62;keyboard-&#62;layouts-&#62;keyboard model thfen try one of the listed configurations which fits your computer&#8217;s specifications comment: I installed vmware player on xp and used ubuntu as the guest operating system. Some keys were not functioning properly such that arrow keys. All [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=guguntu.wordpress.com&amp;blog=8258192&amp;post=223&amp;subd=guguntu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>host system -&gt; windows xp professional<br />
guest system -&gt; ubuntu 8.04 version</p>
<p>solution: in ubuntu, system-&gt;preferences-&gt;keyboard-&gt;layouts-&gt;keyboard model<br />
thfen try one of the listed configurations which fits your computer&#8217;s<br />
specifications</p>
<p><strong>comment:</strong><br />
I installed vmware player on xp and used ubuntu as the guest operating system. Some keys were not functioning properly such that arrow keys.</p>
<p>All the solutions  I found by googling was related to modifying vmare.config file. But this solution assumes that you have installed the vmware on a ubuntu installed machine.(host system) in my case it is the xp operating system. so such solution does not work</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/guguntu.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/guguntu.wordpress.com/223/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/guguntu.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/guguntu.wordpress.com/223/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/guguntu.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/guguntu.wordpress.com/223/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/guguntu.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/guguntu.wordpress.com/223/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/guguntu.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/guguntu.wordpress.com/223/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/guguntu.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/guguntu.wordpress.com/223/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/guguntu.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/guguntu.wordpress.com/223/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=guguntu.wordpress.com&amp;blog=8258192&amp;post=223&amp;subd=guguntu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://guguntu.wordpress.com/2010/10/12/vmware-keyboard-problemhostxpguestubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4e59664489ba4bc3009cb2cb07f286e1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">guguntu</media:title>
		</media:content>
	</item>
		<item>
		<title>ubuntu and kernel version</title>
		<link>http://guguntu.wordpress.com/2010/10/05/ubuntu-and-kernel-version/</link>
		<comments>http://guguntu.wordpress.com/2010/10/05/ubuntu-and-kernel-version/#comments</comments>
		<pubDate>Tue, 05 Oct 2010 22:07:42 +0000</pubDate>
		<dc:creator>guguntu</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://guguntu.wordpress.com/?p=221</guid>
		<description><![CDATA[kernell related information uname -a ubuntu version cat /etc/issue or cat /etc/lsb-release<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=guguntu.wordpress.com&amp;blog=8258192&amp;post=221&amp;subd=guguntu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>kernell related information</strong><br />
uname -a </p>
<p><strong>ubuntu version</strong><br />
cat /etc/issue<br />
or<br />
cat /etc/lsb-release</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/guguntu.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/guguntu.wordpress.com/221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/guguntu.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/guguntu.wordpress.com/221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/guguntu.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/guguntu.wordpress.com/221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/guguntu.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/guguntu.wordpress.com/221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/guguntu.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/guguntu.wordpress.com/221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/guguntu.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/guguntu.wordpress.com/221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/guguntu.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/guguntu.wordpress.com/221/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=guguntu.wordpress.com&amp;blog=8258192&amp;post=221&amp;subd=guguntu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://guguntu.wordpress.com/2010/10/05/ubuntu-and-kernel-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4e59664489ba4bc3009cb2cb07f286e1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">guguntu</media:title>
		</media:content>
	</item>
		<item>
		<title>How to install KnowledgeTree in Debian 4</title>
		<link>http://guguntu.wordpress.com/2010/08/26/how-to-install-knowledgetree-in-debian-4/</link>
		<comments>http://guguntu.wordpress.com/2010/08/26/how-to-install-knowledgetree-in-debian-4/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 11:31:20 +0000</pubDate>
		<dc:creator>guguntu</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ORACLE]]></category>

		<guid isPermaLink="false">http://guguntu.wordpress.com/?p=214</guid>
		<description><![CDATA[Download the tarball: http://www.knowledgetree.com/products/community/download file name is like kt-src-oss-3.7.0.2.tgz( the most stable version currently) Unpack the tarball: tar xfz kt-src-oss-3.7.0.2.tgz move the directory(unpacked_directory) under the directory /var/www/ in order to run knowledgetree by calling http://yourserver/unpacked_directory mv unpacked_directory /var/www/knowledgetree Give the ownership of the files to the apache user chown -R www-data:www-data /var/www/knowledgetree create the database [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=guguntu.wordpress.com&amp;blog=8258192&amp;post=214&amp;subd=guguntu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Download the tarball:</strong><br />
<a href="http://www.knowledgetree.com/products/community/download">http://www.knowledgetree.com/products/community/download</a><br />
<strong>file name is like  kt-src-oss-3.7.0.2.tgz( the most stable version currently)</strong></p>
<p><strong>Unpack the tarball:</strong><br />
tar  xfz  kt-src-oss-3.7.0.2.tgz</p>
<p><strong>move the directory(unpacked_directory) under the directory  /var/www/ in order to run knowledgetree by calling http://yourserver/unpacked_directory </strong><br />
mv  unpacked_directory  /var/www/knowledgetree</p>
<p><strong>Give the ownership of the files to the apache user</strong><br />
chown -R www-data:www-data /var/www/knowledgetree</p>
<p><strong>create the database and the account following the console sequence below</strong></p>
<p>mysql -u root -p<br />
Enter password:<br />
mysql&gt;  create database dms;<br />
mysql&gt;  grant all on dms.* to &#8216;dms&#8217;@'%&#8217; identified by &#8216;new_password&#8217;;<br />
mysql&gt;  flush privileges;<br />
mysql&gt;  exit;</p>
<p><strong>Now change the config.ini file of the knowledgetree located under the directory &#8216;unpacked_directory/config/&#8217; as shown below</strong></p>
<p>rootUrl = /unpacked_directory<br />
dbPass       =  &#8216;new_password&#8217;<br />
dbAdminUser  =  dms<br />
dbAdminPass  =  &#8216;new_password&#8217;</p>
<p>R<strong>un sql scripts located under the &#8216;unpacked_directory/sql/mysql/install&#8217;<br />
directory:</strong><br />
mysql -u root -p dms &lt; structure.sql<br />
mysql -u root -p dms &lt; data.sql</p>
<p><strong>An Important Step</strong><br />
<strong>Configure php.ini file</strong><br />
<strong>increase the memory limit until no memory related error occurs when you run the knowledgetree system</strong></p>
<p>memory_limit = 64</p>
<p><strong>restart the apache to settings to take effect</strong><br />
apache2  restart</p>
<p><strong>Login to the KnowledgeTree!</strong></p>
<p>http://yourserver/unpacked_directory</p>
<p>   <strong> default login credentials:</strong><br />
    username: admin<br />
    password: admin </p>
<p>reference:<br />
<a href="http://wiki.knowledgetree.org/Debian_4_Installation_Instructions">http://wiki.knowledgetree.org/Debian_4_Installation_Instructions</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/guguntu.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/guguntu.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/guguntu.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/guguntu.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/guguntu.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/guguntu.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/guguntu.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/guguntu.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/guguntu.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/guguntu.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/guguntu.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/guguntu.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/guguntu.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/guguntu.wordpress.com/214/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=guguntu.wordpress.com&amp;blog=8258192&amp;post=214&amp;subd=guguntu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://guguntu.wordpress.com/2010/08/26/how-to-install-knowledgetree-in-debian-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4e59664489ba4bc3009cb2cb07f286e1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">guguntu</media:title>
		</media:content>
	</item>
		<item>
		<title>How to reset mysql root password</title>
		<link>http://guguntu.wordpress.com/2010/08/26/how-to-reset-mysql-root-password/</link>
		<comments>http://guguntu.wordpress.com/2010/08/26/how-to-reset-mysql-root-password/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 11:08:46 +0000</pubDate>
		<dc:creator>guguntu</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://guguntu.wordpress.com/?p=212</guid>
		<description><![CDATA[Find the .pid file: It can be found in one of the following directories /var/lib/mysql/ /var/run/mysqld/ /usr/local/mysql/data/ stop the mysql process: kill `cat /pid_directory/host_name.pid` Use backticks (not forward quotation marks) with the cat command. Now create a text file with the content given below: UPDATE mysql.user SET Password=PASSWORD(&#8216;new_password&#8217;) WHERE User=&#8217;root&#8217;; FLUSH PRIVILEGES; start the mysql [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=guguntu.wordpress.com&amp;blog=8258192&amp;post=212&amp;subd=guguntu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Find the .pid file:</strong><br />
It can be found in one of the following directories<br />
/var/lib/mysql/<br />
/var/run/mysqld/<br />
/usr/local/mysql/data/</p>
<p><strong>stop the mysql process:</strong><br />
kill `cat /pid_directory/host_name.pid`<br />
Use backticks (not forward quotation marks) with the cat command. </p>
<p><strong>Now create a text file with the content given below:</strong></p>
<p>UPDATE mysql.user SET Password=PASSWORD(&#8216;new_password&#8217;) WHERE User=&#8217;root&#8217;;<br />
FLUSH PRIVILEGES;</p>
<p><strong>start the mysql server:</strong><br />
mysqld_safe &#8211;init-file=created_file_directory &amp;</p>
<p><strong>Now mysql root account is ready to go with the new_password</strong></p>
<p><strong>reference:</strong><br />
<strong><a href="http://dev.mysql.com/doc/refman/5.1/en/resetting-permissions.html#resetting-permissions-unix">http://dev.mysql.com/doc/refman/5.1/en/resetting-permissions.html#resetting-permissions-unix</a></strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/guguntu.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/guguntu.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/guguntu.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/guguntu.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/guguntu.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/guguntu.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/guguntu.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/guguntu.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/guguntu.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/guguntu.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/guguntu.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/guguntu.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/guguntu.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/guguntu.wordpress.com/212/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=guguntu.wordpress.com&amp;blog=8258192&amp;post=212&amp;subd=guguntu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://guguntu.wordpress.com/2010/08/26/how-to-reset-mysql-root-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4e59664489ba4bc3009cb2cb07f286e1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">guguntu</media:title>
		</media:content>
	</item>
		<item>
		<title>Sending Email from APEX</title>
		<link>http://guguntu.wordpress.com/2010/08/06/sending-email-from-apex/</link>
		<comments>http://guguntu.wordpress.com/2010/08/06/sending-email-from-apex/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 14:48:48 +0000</pubDate>
		<dc:creator>guguntu</dc:creator>
				<category><![CDATA[APEX]]></category>
		<category><![CDATA[ORACLE]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apex]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://guguntu.wordpress.com/?p=192</guid>
		<description><![CDATA[This document is a summary of the page mentioned below and includes some other information gathered from different sources and my knowledge. http://download.oracle.com/docs/cd/E17556_01/doc/apirefs.40/e15519/apex_mail.htm#CIHDIEJI APEX_MAIL package is used for sending email from APEX. Usage: DECLARE l_body CLOB; l_body_html CLOB; BEGIN l_body := l_body &#124;&#124;&#8217; Message Body&#8217;&#124;&#124;utl_tcp.crlf; l_body_html :=&#8221;; l_body_html := l_body_html &#124;&#124; &#8216;html body&#8217;; l_body_html := [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=guguntu.wordpress.com&amp;blog=8258192&amp;post=192&amp;subd=guguntu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This document is a summary of the page mentioned below and includes some other information gathered from different sources and my knowledge.<br />
<a href="http://download.oracle.com/docs/cd/E17556_01/doc/apirefs.40/e15519/apex_mail.htm#CIHDIEJI">http://download.oracle.com/docs/cd/E17556_01/doc/apirefs.40/e15519/apex_mail.htm#CIHDIEJI</a></p>
<p><strong>APEX_MAIL package is used for sending email from APEX.</strong></p>
<p><strong>Usage:</strong><br />
	DECLARE<br />
	l_body CLOB;<br />
	l_body_html CLOB;</p>
<p>	BEGIN<br />
		l_body := l_body ||&#8217;  Message Body&#8217;||utl_tcp.crlf;<br />
		l_body_html :=&#8221;;<br />
		l_body_html := l_body_html || &#8216;html body&#8217;;<br />
		l_body_html := </p>
<p>		APEX_MAIL.send(<br />
		p_to =&gt; &#8216;to_email@domain.com&#8217;,<br />
		p_from =&gt; &#8216;from_email@domain.com&#8217;,<br />
		p_body =&gt; l_body,<br />
		p_body_html =&gt; l_body_html,<br />
		p_subj =&gt; &#8216;Subject&#8217;);<br />
		APEX_MAIL.push_queue;<br />
	END;</p>
<p>UTL_SMTP is required to use APEX_MAIL.<br />
<strong>APEX_MAIL contains these there procedures:</strong><br />
   APEX_MAIL.SEND<br />
   APEX_MAIL.ADD_ATTACHMENT<br />
   APEX_MAIL.PUSH_QUEUE</p>
<p><strong>Configuration of APEX to Send Mail</strong><br />
Login as Administrator<br />
Manage Instance -&gt; Instance Settings -&gt; Email<br />
<a href="http://guguntu.files.wordpress.com/2010/08/email.png"><img src="http://guguntu.files.wordpress.com/2010/08/email.png?w=300&#038;h=96" alt="email_configuration" title="Email Configuration" width="300" height="96" class="alignleft size-medium wp-image-195" /></a><br />
<strong>PUSH_QUEUE Procedure</strong><br />
APEX holds email messages in a table named APEX_MAIL_QUEUE before sending them.<br />
APEX_MAIL.PUSH_QUEUE can be used to send email messages without waiting them in the queue.<br />
<a href="http://guguntu.files.wordpress.com/2010/08/mail_queue.jpg"><img src="http://guguntu.files.wordpress.com/2010/08/mail_queue.jpg?w=300&#038;h=69" alt="Mail Queue" title="Mail Queue" width="300" height="69" class="alignleft size-medium wp-image-196" /></a><br />
<strong>SEND	Procedure</strong><br />
Send an email message from an Application using this procedure.<br />
<strong>Caution! :</strong> include  line feed ( utl_tcp.crlf ) every 1000 characters</p>
<p><strong>Syntax</strong><br />
APEX_MAIL.SEND(<br />
    p_to                        IN    VARCHAR2,<br />
    p_from                      IN    VARCHAR2,<br />
    p_body                      IN  [ VARCHAR2 | CLOB ],<br />
    p_body_html                 IN  [ VARCHAR2 | CLOB ] DEFAULT NULL,<br />
    p_subj                      IN    VARCHAR2 DEFAULT NULL,<br />
    p_cc                        IN    VARCHAR2 DEFAULT NULL,<br />
    p_bcc                       IN    VARCHAR2 DEFAULT NULL,<br />
    p_replyto                   IN    VARCHAR2);</p>
<p><strong>Notes:</strong><br />
	use a comma-separated list for using multiple email addresses.<br />
 	use valid email addresses otherwise email will not be sent.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/guguntu.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/guguntu.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/guguntu.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/guguntu.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/guguntu.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/guguntu.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/guguntu.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/guguntu.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/guguntu.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/guguntu.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/guguntu.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/guguntu.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/guguntu.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/guguntu.wordpress.com/192/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=guguntu.wordpress.com&amp;blog=8258192&amp;post=192&amp;subd=guguntu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://guguntu.wordpress.com/2010/08/06/sending-email-from-apex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4e59664489ba4bc3009cb2cb07f286e1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">guguntu</media:title>
		</media:content>

		<media:content url="http://guguntu.files.wordpress.com/2010/08/email.png?w=300" medium="image">
			<media:title type="html">Email Configuration</media:title>
		</media:content>

		<media:content url="http://guguntu.files.wordpress.com/2010/08/mail_queue.jpg?w=300" medium="image">
			<media:title type="html">Mail Queue</media:title>
		</media:content>
	</item>
	</channel>
</rss>
