- or download this
package Bad;
...
}
1;
- or download this
$ perl -le '
use Bad;
...
'
Use of uninitialized value $Bad::x in concatenation (.) or string at B
+ad.pm line 6.
Undeclared: >>><<<
- or download this
$ perl -le '
use Bad;
...
'
Use of uninitialized value $Bad::x in concatenation (.) or string at B
+ad.pm line 6.
Undeclared: >>><<<
- or download this
$ perl -le '
use Bad;
...
Bad::gen_warning();
'
Undeclared: >>><<<