I'm getting the following error(s) running perlcc and can't find any
explanation or work around. I'm including the errors and the script
itself. I get the same errors on a cygwin+Win2k box as a debian box
(with perl 5.8). Thanks.

File:
----------------------------------
#!/usr/bin/perl

use PDF::API2;
my $file;

if (-f $ARGV[0])
{
$file = $ARGV[0];
}...