$obj = Very::Long::Class::Name->new; $result = Very::Long::Class::Name->other_class_method;
In Python you can do
import Very.Long.Class.Name as Name obj = Name() Name.other_class_method()Does Perl have an analogous shortcut?
In reply to The Very::Long::Class::Name problem by Arunbear
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |