<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel>
	  <title>Ask MetaFilter questions tagged with web and perl</title>
      <link>http://ask.metafilter.com/tags/web+perl</link>
      <description>Questions tagged with 'web' and 'perl' at Ask MetaFilter.</description>
	  <pubDate>Mon, 16 Feb 2009 17:07:18 -0800</pubDate> <lastBuildDate>Mon, 16 Feb 2009 17:07:18 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>Help me avoid coding a lame webpage!</title>
	<link>http://ask.metafilter.com/114381/Help%2Dme%2Davoid%2Dcoding%2Da%2Dlame%2Dwebpage</link>	
	<description>I need a simple cgi-bin script that implements a scoreboard or counter for multiple teams. So a buddy of mine wants a simple web page that allows a handful of users to log in, view the scores of other teams, and increment or set their own score. For example, if you logged in as John, you might see something resembling:&lt;br&gt;
&lt;br&gt;
&lt;pre&gt;&lt;br&gt;
Tim: 12&lt;br&gt;
Pete: 9&lt;br&gt;
John: 13 + -&lt;br&gt;
Luke: 10&lt;br&gt;
&lt;/pre&gt;&lt;br&gt;
&lt;br&gt;
The + and - above would be buttons that John could use to increment his score (or maybe it&apos;s a text box with a submit button). Basically, he&apos;s looking for something really simple (a simple Perl cgi-bin script would be fine), and security is basically a non-issue.&lt;br&gt;
&lt;br&gt;
This is something I could probably put together in perl in a couple hours, but the script he needs is state-of-the-art circa 1997, and there&apos;s really nothing that interests me beyond the fact that a friend&apos;s requested it. Besides, this has got to have been implemented before and I&apos;d rather reuse than rewrite. I did some Google searches, but came up empty. Anyone have any suggestions for something that will work out of the box, or something close that I can modify?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.114381</guid>
	<pubDate>Mon, 16 Feb 2009 17:07:18 -0800</pubDate>
	<category>cgi</category>
	<category>counter</category>
	<category>perl</category>
	<category>scoreboard</category>
	<category>web</category>
	<dc:creator>perrce</dc:creator>
	</item>
	<item>
	<title>Yet Another File Manager Question</title>
	<link>http://ask.metafilter.com/108257/Yet%2DAnother%2DFile%2DManager%2DQuestion</link>	
	<description>Help me find an online file manager that doesn&apos;t suck!  Everything I&apos;ve found so far falls into two categories, either (a) sucking, a lot, or (b) requiring, for inexplicable reasons, a database backend.  I just want something that will handle file uploads and basic file management (move, rename, delete, copy). The solution should &lt;b&gt;not&lt;/b&gt; try to provide any form of authentication.  This is what my web server is for!  Bonus points if it has (a) actually been touched in the past few years, (b) makes good use of CSS and (c) does a good job of separating logic and presentation in the code, because this makes my life much easier if I need to change something.  I am reasonably language neutral -- in no particular order, Python, Perl, and PHP are preferable, because those are already installed on the target system and I&apos;d like to avoid introducing any additional requirements.&lt;br&gt;
&lt;br&gt;
I am trying to avoid getting a number of non-technical people to install WinSCP, since, among other things, this means I wouldn&apos;t be able to take advantage of our web single sign-on infrastructure.  I would also like to provide people access that does not first require software installation.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.108257</guid>
	<pubDate>Tue, 02 Dec 2008 17:07:36 -0800</pubDate>
	<category>file</category>
	<category>management</category>
	<category>perl</category>
	<category>php</category>
	<category>python</category>
	<category>web</category>
	<dc:creator>larsks</dc:creator>
	</item>
	<item>
	<title>How do I make simple dynamic web pages using perl?</title>
	<link>http://ask.metafilter.com/99862/How%2Ddo%2DI%2Dmake%2Dsimple%2Ddynamic%2Dweb%2Dpages%2Dusing%2Dperl</link>	
	<description>How should I develop simple dynamic web pages using perl?  

Does anyone have any suggestions on how best to produce simple web pages in perl that execute logic (e.g., opening property documents to retrieve property values and saving back changes). 

I am new to perl and would like some detail instructions or links to tutorials. Would a framework like Mason be overkill? </description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.99862</guid>
	<pubDate>Fri, 22 Aug 2008 09:24:58 -0800</pubDate>
	<category>perl</category>
	<category>scripting</category>
	<category>web</category>
	<dc:creator>zzztimbo</dc:creator>
	</item>
	<item>
	<title>Live AIS data is a web browser</title>
	<link>http://ask.metafilter.com/98913/Live%2DAIS%2Ddata%2Dis%2Da%2Dweb%2Dbrowser</link>	
	<description>Hi,
Another oddball question... I have a live data stream of AIS data and I would like to take the data and ultimately display it on a world map through a web browser. The problem is that I have no clue as to how I would display live updated information on a map. 
I would like the map to update as the stream of data is coming in. This might be an ambitious project for someone who is weak on web programming, but i figured it would be worth looking into.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.98913</guid>
	<pubDate>Mon, 11 Aug 2008 10:55:58 -0800</pubDate>
	<category>AIS</category>
	<category>Computer</category>
	<category>Maritime</category>
	<category>perl</category>
	<category>php</category>
	<category>programming</category>
	<category>web</category>
	<dc:creator>kaozity</dc:creator>
	</item>
	<item>
	<title>Can I write to a div using Perl, or otherwise solve my form submission problem?</title>
	<link>http://ask.metafilter.com/97424/Can%2DI%2Dwrite%2Dto%2Da%2Ddiv%2Dusing%2DPerl%2Dor%2Dotherwise%2Dsolve%2Dmy%2Dform%2Dsubmission%2Dproblem</link>	
	<description>Can I write to a div using Perl, or otherwise solve my form submission problem? I have a Perl/CGI form mailer script that I didn&apos;t write and shouldn&apos;t edit too much, but can somewhat.&lt;br&gt;
&lt;br&gt;
It&apos;s currently set up so that I can define the thank you page and error page within the Perl file. I don&apos;t want it to redirect to those pages however. I want to display the messages on the page the form is on instead, without reloading if possible. I played around with redirecting to the same page  but appending a parameter in the URL. Then using JS to show a div if that var was set. But I&apos;m realizing I need to display some of the items  submitted from the form and I don&apos;t know how to keep those values since the page is being refreshed.&lt;br&gt;
&lt;br&gt;
I don&apos;t know Perl so I don&apos;t know if there is a better way to do this, but can I do something like write to a div with Perl? Other ideas?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.97424</guid>
	<pubDate>Thu, 24 Jul 2008 12:11:10 -0800</pubDate>
	<category>cgi</category>
	<category>forms</category>
	<category>javascript</category>
	<category>perl</category>
	<category>scripts</category>
	<category>web</category>
	<dc:creator>unsigned</dc:creator>
	</item>
	<item>
	<title>Make Apache recognize Perl!</title>
	<link>http://ask.metafilter.com/92575/Make%2DApache%2Drecognize%2DPerl</link>	
	<description>How can I get my web server to interpret perl I am playing around with perl for the first time in my life. I am using a fedora core 8 machine. It seems to ave all the essentials installed already (apache, php, mySQL, and perl). However, I make a file called perl.pl and it does not seem to translate correctly. Here is what is in the file:&lt;br&gt;
&lt;br&gt;
#!/usr/bin/perl&lt;br&gt;
&lt;br&gt;
print &quot;Content-type: text/html \n\n&quot;; #HTTP HEADER&lt;br&gt;
&lt;br&gt;
# DEFINE SOME SCALAR VARIABLES&lt;br&gt;
$number = &quot;5&quot;;&lt;br&gt;
$exponent = &quot;2 ** 8&quot;;&lt;br&gt;
$string = &quot;Hello, PERL!&quot;;&lt;br&gt;
$stringpart_1 = &quot;Hello, &quot;;&lt;br&gt;
$stringpart_2 = &quot;PERL!&quot;;&lt;br&gt;
$linebreak = &quot;&lt;br&gt;&quot;; #HTML LINEBREAK TAG&lt;br&gt;
&lt;br&gt;
# PRINT THEM TO THE BROWSER&lt;br&gt;
print $number;&lt;br&gt;
print $linebreak;&lt;br&gt;
print $exponent;&lt;br&gt;
print $linebreak;&lt;br&gt;
print $string.$linebreak;&lt;br&gt;
print $stringpart_1.$stringpart_2;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
When you go the the browser, you see the following&lt;br&gt;
http://[ip address]/perl/perl.pl&lt;br&gt;
&lt;br&gt;
As you can see, you prints out exactly what I type. Am I doing anything wrong? Am I suppose to enable a perl service or change a configuration file?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.92575</guid>
	<pubDate>Wed, 28 May 2008 05:49:15 -0800</pubDate>
	<category>computer</category>
	<category>internet</category>
	<category>perl</category>
	<category>programming</category>
	<category>web</category>
	<category>www</category>
	<dc:creator>kaozity</dc:creator>
	</item>
	<item>
	<title>Other frameworks akin to Ruby on Rails?</title>
	<link>http://ask.metafilter.com/66406/Other%2Dframeworks%2Dakin%2Dto%2DRuby%2Don%2DRails</link>	
	<description>What are the best database-driven Web application development frameworks out there right now?  More specifically, please orient me to toolsets you know of that are similar to Ruby on Rails. I have a couple of database-oriented Web applications I&apos;ll be working on in the near future.  I&apos;d love to avoid (re)writing lots of the low-level code (recordset handling, security, user input validation, &amp;amp;c, &amp;amp;c, &amp;amp;c ) that every such application needs in order to function, as I&apos;ve done numerous times in the past.  Rather than dust off some of my own home-rolled libraries, I&apos;d rather take the time to choose and learn one of the integrated open-source frameworks that have come into being over the past few years.&lt;br&gt;
&lt;br&gt;
I know of Ruby on Rails, obviously, and have heard of a a couple of python-based frameworks that seem philosophically similar to RoR.  Please note that I&apos;m totally language-agnostic -- I&apos;m quite handy with all the languages that form the &quot;P&quot; in &quot;LAMP&quot; and with some others as well, but I don&apos;t mind picking up some new syntax if it&apos;ll simplify my development task in the end.  &lt;br&gt;
&lt;br&gt;
Help me understand my options!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.66406</guid>
	<pubDate>Fri, 06 Jul 2007 16:14:49 -0800</pubDate>
	<category>apache</category>
	<category>database</category>
	<category>development</category>
	<category>LAMP-4-lyfe</category>
	<category>mysql</category>
	<category>perl</category>
	<category>php</category>
	<category>python</category>
	<category>ruby</category>
	<category>software</category>
	<category>Web</category>
	<category>Web2.0</category>
	<category>webapplication</category>
	<dc:creator>killdevil</dc:creator>
	</item>
	<item>
	<title>Moving web-based business to a new web coder without falling flat on our faces?</title>
	<link>http://ask.metafilter.com/46551/Moving%2Dwebbased%2Dbusiness%2Dto%2Da%2Dnew%2Dweb%2Dcoder%2Dwithout%2Dfalling%2Dflat%2Don%2Dour%2Dfaces</link>	
	<description>We&apos;re losing a freelance, outsourced web coder that our business relies upon. How do we find and then transition over to someone new without losing loads of money and time? Story inside. I co-own a small London-based company which does a lot of its business via the web. Our service involves a reasonably complex backend that does everything from customer management to dynamic updating of certain website components, accepting payments from our customers and delivering documents to them. &lt;br&gt;
&lt;br&gt;
This has all been coded in CGI / Perl by an Indian programmer who we found almost by accident five years ago and has been amazing to work with over the past few years. &lt;br&gt;
&lt;br&gt;
Unfortunately he is now letting us down and despite our best efforts to get him involved, offering more money and so on, we can barely make contact with him. His business has expanded but also apparently he&apos;s suffering some legal action. &lt;br&gt;
&lt;br&gt;
We have the site and database backed up, and it&apos;s hosted at a location separate to the designer. But we need to move ahead and get the site completely refreshed; we already have a new graphical frontend and CSS to integrate, not to mention various new components spec&apos;d but not built for the backend. So we need to find someone to examine our existing code, understand it, and start to help us maintain and update it. &lt;br&gt;
&lt;br&gt;
Ideally we&apos;d like like a freelancer for regular work - we&apos;d prefer it if they were in our timezone, better still in London, so we can get in touch easily. And they need to be pretty sharp at CGI / Perl to understand the existing stuff. But what problems are we likely to face and what are the classic mistakes we could make during this transition? What should we ask for when selecting a new coder, and where would we look? Metafilter Jobs seems like a possibility but doesn&apos;t seem to have a lot of UK traffic.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.46551</guid>
	<pubDate>Fri, 15 Sep 2006 05:47:46 -0800</pubDate>
	<category>cgi</category>
	<category>coder</category>
	<category>perl</category>
	<category>web</category>
	<dc:creator>unclemonty</dc:creator>
	</item>
	<item>
	<title>Web scraping onling banking sites?</title>
	<link>http://ask.metafilter.com/46126/Web%2Dscraping%2Donling%2Dbanking%2Dsites</link>	
	<description>Is there an tool/tutorial to web scrape secure sites like Online Banking or other sites that make sure that it&apos;s you that is logging in? I&apos;ve been self learning web scraping and found it extremely useful, building proxies for my Nokia tablet, automation, through Perl &amp;amp; LWP.&lt;br&gt;
&lt;br&gt;
I want to write something that will grab my bank balance, but those online banking sites seem to go through lots of hoops to make sure you are the one sitting at your computer trying to login.&lt;br&gt;
&lt;br&gt;
I&apos;ve tried deciphering all the tactics they use, javascripts, cookies, but it seems like theres more tricks they are using that I don&apos;t know about.&lt;br&gt;
&lt;br&gt;
Is there some util that lets you analyze the actual behind the scenes events, headers, cookies, etc.. so I can just repeat them?&lt;br&gt;
&lt;br&gt;
A low level tool would be great, but I&apos;d be happy with a web recorder/automation program that would log me in (based on keystrokes, etc) and save the html so I could get my balance.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.46126</guid>
	<pubDate>Thu, 07 Sep 2006 16:28:36 -0800</pubDate>
	<category>data</category>
	<category>mining</category>
	<category>perl</category>
	<category>scraping</category>
	<category>web</category>
	<dc:creator>mphuie</dc:creator>
	</item>
	<item>
	<title>Getting hired as telecommuter software engineer?</title>
	<link>http://ask.metafilter.com/45949/Getting%2Dhired%2Das%2Dtelecommuter%2Dsoftware%2Dengineer</link>	
	<description>I am an experienced software engineer and was laid off recently. I&apos;m currently applying for positions. My ideal would be a telecommuting gig, which is the type of position I had most recently. A certain job mailing list I subscribe to has a lot of promising positions, but many of them are marked &quot;onsite&quot;.

Here&apos;s my question: shall I apply for some of these &quot;onsite&quot; positions in the hope that my qualifications will impress the hiring person enough to consider hiring me as a telecommuter? Or would this just be a waste of time for everyone concerned? Obviously, I would carefully consider whether the job as described actually seemed to require someone&apos;s physical presence, and not apply if that were the case.&lt;br&gt;
&lt;br&gt;
But my impression is that a lot of people/companies have perhaps not really considered the option of hiring someone who would work offsite, and might be open to it if there were a well-qualified candidate with a proven track record as a telecommuter (e.g. me).</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.45949</guid>
	<pubDate>Tue, 05 Sep 2006 10:56:29 -0800</pubDate>
	<category>employment</category>
	<category>engineer</category>
	<category>job</category>
	<category>jobs</category>
	<category>perl</category>
	<category>programmer</category>
	<category>programming</category>
	<category>software</category>
	<category>softwareengineer</category>
	<category>telecommute</category>
	<category>telecommuter</category>
	<category>telecommuting</category>
	<category>web</category>
	<dc:creator>SomePerlGeek</dc:creator>
	</item>
	<item>
	<title>Refresh vs. Form Re-submission</title>
	<link>http://ask.metafilter.com/24127/Refresh%2Dvs%2DForm%2DResubmission</link>	
	<description>Form re-submission woes!

How can I catch page refreshes and prevent form values from being re-submitted? I&apos;ve read a lot on the subject and tried varying tactics to counteract the problem.  From hidden form variables and plain old user education, no methodology has worked quite as well as I had anticipated upon implementation.  However, a lot of sites seem fairly successful in protecting against this problem so there must be something I&apos;m missing (well, more than &lt;em&gt;one&lt;/em&gt; something).&lt;br&gt;
&lt;br&gt;
What am I missing?  Does anyone have any tried-and-true methods that they&apos;ve used?  If so, are their any caveats to your preferred method?&lt;br&gt;
&lt;br&gt;
(This is particularly for Perl/PHP with Apache and/or IIS.  I&apos;m hoping for one solution that can be modularized for varying projects, but anything is appreciated.)</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2005:site.24127</guid>
	<pubDate>Fri, 16 Sep 2005 10:54:09 -0800</pubDate>
	<category>apache</category>
	<category>form</category>
	<category>http</category>
	<category>iis</category>
	<category>perl</category>
	<category>php</category>
	<category>refresh</category>
	<category>web</category>
	<category>webdesign</category>
	<dc:creator>purephase</dc:creator>
	</item>
	<item>
	<title>Separating vhosts in combined apache logfile?</title>
	<link>http://ask.metafilter.com/22740/Separating%2Dvhosts%2Din%2Dcombined%2Dapache%2Dlogfile</link>	
	<description>I am in a shared hosting environment, but I host multiple domains using mod_rewrite. Of course, this means all the domains get lumped together in one logfile. I need to be able to separate the individual domains for log analysis, without using a CustomLog statement.  Let&apos;s take care of the obvious: I can&apos;t afford individual accounts for each domain, or upgrading to a dedicated server. I don&apos;t have access to httpd.conf, so I can&apos;t use &lt;virtualhost&gt; with accompanying CustomLog statements. &lt;br&gt;
&lt;br&gt;
It would seem that one would be able to infer which request is for which domain by looking at requests in aggregate (e.g. first request is for &quot;/&quot; with the referring page as the referrer, and the second request is for the page&apos;s style sheet, graphics, etc, with the requested domain&apos;s docroot as the referrer. )&lt;br&gt;
&lt;br&gt;
I suppose some perl is the answer, but that&apos;s a frightening prospect for me. There&apos;s got to be a way to either tag or otherwise indicate in the log entry which domain is being requested, somewhere in .htaccess (where the mod_rewrite rules live, and which is the only apache config to which I have access).&lt;br&gt;
&lt;br&gt;
Possible ideas: Can RewriteLog be hacked to do this? Or I could do an AddHandler to a shell script that created the appropriate logs, but that would create serious performance issues. &lt;br&gt;
&lt;br&gt;
Or perhaps there&apos;s a way to do this in Sawmill, my logfile analyser.&lt;br&gt;
&lt;br&gt;
I can&apos;t be the only one in this situation, but Google has yielded zilch.&lt;/virtualhost&gt;</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2005:site.22740</guid>
	<pubDate>Wed, 17 Aug 2005 17:17:14 -0800</pubDate>
	<category>apache</category>
	<category>internet</category>
	<category>logs</category>
	<category>perl</category>
	<category>web</category>
	<category>webhosting</category>
	<dc:creator>joshwa</dc:creator>
	</item>
	<item>
	<title>Perl, CGI, and Apache</title>
	<link>http://ask.metafilter.com/16367/Perl%2DCGI%2Dand%2DApache</link>	
	<description>I have a Perl script which is supposed to handle user registration. It works fine from the command line (perl blah.pl &quot;username=blah&amp;amp;password=blah&quot;) but doesn&apos;t modify the file it&apos;s supposed to modify when run as a CGI script in Apache 2.0.  I&apos;m assuming this is some sort of permissions issue, but I&apos;ve done chmod a+w and chmod 777 on the file in question and still no luck. Is there something I need in my httpd.conf?&lt;br&gt;
&lt;br&gt;
Apologies if this is a really inane question, but my brain is fried right now and the Apache docs might as well be Greek.&lt;br&gt;
&lt;br&gt;
(Also: I know I shouldn&apos;t keep my user data in a file. Eventually I will switch to some sort of SQL database. For the moment, though, I&apos;d like to get the authentication crap out of the way so I can work on the fun bits of my webapp.)</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2005:site.16367</guid>
	<pubDate>Tue, 15 Mar 2005 21:56:58 -0800</pubDate>
	<category>apache</category>
	<category>cgi</category>
	<category>perl</category>
	<category>programming</category>
	<category>web</category>
	<dc:creator>IshmaelGraves</dc:creator>
	</item>
	<item>
	<title>Transforming XML with XSL</title>
	<link>http://ask.metafilter.com/16030/Transforming%2DXML%2Dwith%2DXSL</link>	
	<description>I need a new way of transforming XML with XSL. Till date I&apos;ve used PHP&apos;s Sablotron, which I absolutely love and is simple to use, but my host keeps forgetting to enable and include it each time they recompile Apache, so I was wondering if someone here knows of a way to do the same with either Perl or JSP/Tomcat or even PHP as long as it is without Sablotron&apos;s xslt_create(). The PHP code I use is beautifully simple.&lt;br&gt;
&lt;code&gt;&lt;br&gt;
&amp;lt;?php&lt;br&gt;
ob_start(&quot;ob_gzhandler&quot;);&lt;br&gt;
   $tivonp = xslt_create();&lt;br&gt;
   $result = xslt_process($tivonp, &apos;nowplaying.xml&apos;, &apos;nowplaying.xsl&apos;);&lt;br&gt;
   echo $result;&lt;br&gt;
   xslt_free($tivonp);&lt;br&gt;
?&amp;gt;&lt;br&gt;
&lt;/code&gt;&lt;br&gt;
&lt;br&gt;
I&apos;m hoping there is a similar simple way to transform XML using XSL in other languages.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2005:site.16030</guid>
	<pubDate>Mon, 07 Mar 2005 17:01:47 -0800</pubDate>
	<category>jsp</category>
	<category>perl</category>
	<category>php</category>
	<category>sablotron</category>
	<category>web</category>
	<category>webdev</category>
	<category>xml</category>
	<category>xsl</category>
	<dc:creator>riffola</dc:creator>
	</item>
	<item>
	<title>Grabbing a file via auth HTTPS</title>
	<link>http://ask.metafilter.com/15658/Grabbing%2Da%2Dfile%2Dvia%2Dauth%2DHTTPS</link>	
	<description>Using a PHP, Perl, or cron, how do I grab a xml page from a my TiVo that requires https authorization? I have the username and password. Here&apos;s what the url with the username and password looks like. https://&amp;lt;login&amp;gt;:&amp;lt;pass&amp;gt;@&amp;lt;tivo-ip&amp;gt;/TiVoConnect?Command=QueryContainer&amp;amp;Container=/NowPlaying&amp;amp;Recurse=Yes&lt;br&gt;
&lt;br&gt;
I don&apos;t have access to wget on my hosted site, and cURL didn&apos;t work for me. I keep getting bad authorization errors with it.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2005:site.15658</guid>
	<pubDate>Sat, 26 Feb 2005 09:11:16 -0800</pubDate>
	<category>perl</category>
	<category>php</category>
	<category>tivo</category>
	<category>web</category>
	<category>webdev</category>
	<dc:creator>riffola</dc:creator>
	</item>
	<item>
	<title>Need replacement for Formmail and NMS Formmail</title>
	<link>http://ask.metafilter.com/14125/Need%2Dreplacement%2Dfor%2DFormmail%2Dand%2DNMS%2DFormmail</link>	
	<description>Due to &quot;security concerns,&quot; my web host provider has just banned two &lt;a href=&quot;http://nms-cgi.sourceforge.net/&quot;&gt;Form-to-email&lt;/a&gt; &lt;a href=&quot;http://www.scriptarchive.com/formmail.html&quot;&gt;scripts&lt;/a&gt; (Formmail and NMS Formmail). Now I&apos;m hard up to find a replacement. Any ideas? I&apos;d prefer a solution that doesn&apos;t require a mastery of PERL to configure.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2005:site.14125</guid>
	<pubDate>Mon, 17 Jan 2005 14:54:05 -0800</pubDate>
	<category>application</category>
	<category>email</category>
	<category>form</category>
	<category>perl</category>
	<category>php</category>
	<category>python</category>
	<category>replacement</category>
	<category>script</category>
	<category>security</category>
	<category>web</category>
	<dc:creator>Pinwheel</dc:creator>
	</item>
	<item>
	<title>I need a script to compare files in a directory to files referenced in web pages.</title>
	<link>http://ask.metafilter.com/10150/I%2Dneed%2Da%2Dscript%2Dto%2Dcompare%2Dfiles%2Din%2Da%2Ddirectory%2Dto%2Dfiles%2Dreferenced%2Din%2Dweb%2Dpages</link>	
	<description>Can anyone recommend a program (in say perl or java or something) that will execute on my linux web server and a) slurp the file references in the pages (html, php) and b) compare them to the actual files in my web root tree giving me a list of all of the unreferenced files (not referenced on public web pages)? I want to clean up this junky file system, but I don&apos;t want to break any links and I inherited the mess. Thanks.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2004:site.10150</guid>
	<pubDate>Mon, 13 Sep 2004 15:37:38 -0800</pubDate>
	<category>FileSystem</category>
	<category>Hyperlinks</category>
	<category>Internet</category>
	<category>Java</category>
	<category>Linux</category>
	<category>Perl</category>
	<category>Software</category>
	<category>Web</category>
	<dc:creator>pissfactory</dc:creator>
	</item>
	<item>
	<title>Is it difficult to change to LAMP/Java from ASP/.NET? Is the open source thing really sticking?</title>
	<link>http://ask.metafilter.com/4506/Is%2Dit%2Ddifficult%2Dto%2Dchange%2Dto%2DLAMPJava%2Dfrom%2DASPNET%2DIs%2Dthe%2Dopen%2Dsource%2Dthing%2Dreally%2Dsticking</link>	
	<description>I have been looking at changing my web development focus from Windows/ASP/.NET to LAMP(Linux, Apache, MySQL, PHP/Python/Perl) because my gut is telling me that this is where things are going. Oh, Java should be in there as well.&lt;br&gt;
&lt;br&gt;
What&apos;s the skinny on LAMP in the real world (Netcraft &lt;a href=&quot;http://news.netcraft.com/archives/web_server_survey.html&quot; title=&quot;Netcraft Web Server Survey&quot;&gt;surveys&lt;/a&gt; aside)? Is it difficult to change to LAMP/Java? Is the open source thing really sticking?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2004:site.4506</guid>
	<pubDate>Fri, 09 Jan 2004 07:40:13 -0800</pubDate>
	<category>Apache</category>
	<category>Java</category>
	<category>LAMP</category>
	<category>Linux</category>
	<category>MySQL</category>
	<category>perl</category>
	<category>PHP</category>
	<category>Python</category>
	<category>web</category>
	<category>webdevelopment</category>
	<category>Windows</category>
	<dc:creator>grefo</dc:creator>
	</item>
	
	</channel>
</rss>

