Package: perl-modules
Version: 5.8.4-8
Severity: normal
$ cat filecachetest
#!/usr/bin/perl
use FileCache;
use strict;
my $path="/home/mh/tmp/blafasel";
cacheout $path;
print $path "bla\n";
$ ./filecachetest
Can't use string ("/home/mh/tmp/blafasel") as a symbol ref while "strict refs"
in use at ./filecachetest line 10.
$
Greetings
Marc
Versions of packages perl-modules depends on:
ii perl 5.8.4-8 Larry Wall's Practical Extraction and Report
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]