2010-03-08から1日間の記事一覧

Like cat command

This script behaves like cat command. You input something file. And it will display list of files. use strict; use warnings; my $somefile = $ARGV[0]; sub read_dir { my $sef = shift; my @list; $sef =~/\./ || die "no dott!!\n"; opendir(DIR,'…

Google App Engine dose not run on python2.6

gap

I had run GAP after a long time. Because I have thought to want to make app by python. But it dose not run normality that command line displays error follow this.http://groups.google.com/group/google-appengine/browse_thread/thread/ea016373…