- or download this
#!/usr/local/bin/perl -w
use strict;
...
my $s = -s F;
warn "$s != $_" if $s != $_;
}
- or download this
#!/usr/local/bin/perl -w
use strict;
...
my $s = -s F;
warn "$s != $_" if $s != $_;
}
- or download this
0 != 1 at test.pl line 7.
0 != 2 at test.pl line 7.
0 != 3 at test.pl line 7.