New controlchan landed

Matti Saarinen mjs at cc.tut.fi
Tue May 8 05:10:27 UTC 2001


Fabien Tassin <fta at sofaraway.org> writes:

> working with perl 5.006 under linux

        It appears to be working on my machine, too:

% echo 'print "working with perl $] under $^O\\n"; 1;' > /tmp/foo.pl
% perl -e '
use strict;

$_ = "foo.pl";
if (not /^([a-z\.]+\.pl)$/ and not -f "/tmp/$_") {
  print "not found\n";
} else {
  eval { require "/tmp/$1" };
}'
working with perl 5.006 under solaris




-- 
- Matti -


More information about the inn-workers mailing list