<?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/"
	>

<channel>
	<title>Zago Dev &#187; Perl</title>
	<atom:link href="http://www.zago-dev.net/category/appunti/programmazione/perl/feed" rel="self" type="application/rss+xml" />
	<link>http://www.zago-dev.net</link>
	<description>Appunti</description>
	<lastBuildDate>Sun, 11 Oct 2009 07:18:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Scrivere su di un file in perl</title>
		<link>http://www.zago-dev.net/appunti/programmazione/perl/scrivere-su-di-un-file-in-perl.html</link>
		<comments>http://www.zago-dev.net/appunti/programmazione/perl/scrivere-su-di-un-file-in-perl.html#comments</comments>
		<pubDate>Fri, 27 Oct 2006 21:30:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://www.zago-dev.net/wp/?p=15</guid>
		<description><![CDATA[Per scrivere su di un file in Perl utilizzare il seguente codice:

#!/usr/bin/perl -w
# Apre il file (o lo crea se non esiste)
open &#40;FILE, &#34;&#38;gt; file.txt&#34;&#41;;
# Scrive
print FILE &#34;Quello che volete.n&#34;;
# Chiude il file
close FILE;

]]></description>
		<wfw:commentRss>http://www.zago-dev.net/appunti/programmazione/perl/scrivere-su-di-un-file-in-perl.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
