sometimes my mason module which uses Text::VimColor return's nothing );

<%init>
         use Text::VimColor;
         use Data::Dumper;
</%init>

<%perl>
my $syntax = Text::VimColor->new( file => "/srv/www/sergio.spb.ru/test.c" );
my $html = $syntax->html;
</%perl>

<pre>
<% $html %>
</pre>

<pre>
<% Dumper( $syntax ) %>
</pre>

i can't reproduce this error without mason

you can reload this url: http://sergio.spb.ru/test_colorizer.xhtml
for 4-5 times and see difference

i don't know how to debug it ):

--
Sergio.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to