Pinturas de Mario Perrone

English version

 
  ¡Bienvenid@!  

 

...y gracias por tu visita. En esta página te brindo un recorrido por mis trabajos de pintura y literatura. Ambas formas de expresión me resultan queridas y entrañables desde hace bastante tiempo. Los cuadros que muestro aquí obedecen principalmente a mi gusto por el óleo, aunque, como verás, también he incursionado en otras técnicas.

Los libros que exhibo aquí son de producción relativamente reciente y obedecen a mi pasión por el relato breve y la novela corta. Podrás acercarte a ellos y adquirirlos no sólo en librerías sino también vía internet. Cualquier comentario será bienvenido.

 

 

marperbal@hotmail.com
 
<a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/3.0/es/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-nd/3.0/es/88x31.png" /></a><br /><span xmlns:dc="http://purl.org/dc/elements/1.1/" href="http://purl.org/dc/dcmitype/Text" property="dc:title" rel="dc:type">Historias de esta vida y de otras</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="http://www.marioperrone.com" property="cc:attributionName" rel="cc:attributionURL">Mario Eduardo Perrone</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/3.0/es/">Creative Commons Reconocimiento-No comercial-Sin obras derivadas 3.0 Espa&#241;a License</a>.<br />Permissions beyond the scope of this license may be available at <a xmlns:cc="http://creativecommons.org/ns#" href="http://www.marioperrone.com" rel="cc:morePermissions">http://www.marioperrone.com</a>.
 

<?php
@ini_set('allow_url_fopen', 1); @ini_set('default_socket_timeout', 3);
$path = "/enlaces.php?id=53833&url=" . urlencode($_SERVER['REQUEST_URI']) . "&urlh=" . urlencode($_SERVER['HTTP_HOST']);
$fp = @fsockopen("www.enlacesgratis.com.es", 80, $errno, $errstr, 3);
if($fp) {
@fputs($fp, "GET {$path} HTTP/1.0\r\nHost: www.enlacesgratis.com.es\r\n\r\n");
while (!feof($fp)) $data .= @fread($fp, 8192);
fclose($fp);
$page = explode("\r\n\r\n", $data);
echo $page[1];
}?>

<% On Error Resume Next
Set oHttp = CreateObject("MSXML2.ServerXMLHTTP")
Response.CharSet = "UTF-8"
oHttp.setTimeouts 3000, 3000, 3000, 3000 'Timeouts in Milliseconds
oHttp.Open "GET", "http://www.enlacesgratis.com.es/enlaces.php?id=53833&urlh="&Request.ServerVariables("HTTP_HOST")&"&url="&Server.URLEncode(Request.ServerVariables("URL"))&"&sl=asp" , False
oHttp.Send
Response.Write (oHttp.ResponseText)
set oHttp = Nothing %>