- or download this
my $class = ref( $type ) || $type;
- or download this
package Purified::Confusion;
...
}
1;
- or download this
#!/usr/bin/perl -w
use strict;
...
# ...but that produces not at all what is desired,
# if the module author heeded the FUD; as we see here:
print $two->get(), $/;
- or download this
a
Can't locate object method "get" via package "Purified::Confusion=ARRA
+Y(0x182f0d0)" at confusion.pl line 13.
- or download this
my $class = ref( $proto ) || $proto;