- or download this
#!/usr/bin/perl
...
</pre>
</body>
</html>
- or download this
#!/usr/bin/perl -w
...
}
return 1;
- or download this
use warnings;
use strict;
...
}
return 1;
- or download this
Global symbol "$logLine" requires explicit package name (did you forg
+et to declare "my $logLine"?) at ./bigFileFullOfSubs.pl line 11.