prev <<
Using use
>> next
Compile Time
Noch sch�ner sieht man das hier:
file: examples/002_if.pl
1:
2:
if (1 == 2) {
3:
use Nonexisting::Module;
4:
}
5: