- or download this
use warnings;
use strict;
...
print "not ok\n";
}
}
- or download this
Useless use of a constant (jpeg) in void context at
Useless use of a constant (jpg) in void context at
not ok
- or download this
perl -MO=Deparse given.pl
...
print "not ok\n";
}
}
- or download this
when ([qw/jpeg jpg png/]) {