- or download this
#!/usr/bin/perl -wT
...
my $filesize = -s $fh;
die $filesize; # undef at debugging!
# ... file read routines, that resulted blank after the upgrade
- or download this
sub identify {
my $token = shift;
...
# some calls to CGI.pm methods, where I used $q
}
- or download this
sub identify {
my $token = shift;
...
# some calls to CGI.pm methods, where I used $q
}