Current Path : /proc/2/root/usr/local/rvglobalsoft/rvglobalsoft/modules/user/classes/ |
Current File : //proc/2/root/usr/local/rvglobalsoft/rvglobalsoft/modules/user/classes/Output.pm |
#!/use/bin/perl package UserOutput; ##LICENSE## use strict; use warnings; use Class::Std::Utils; { sub new { my ($class, $opt) = @_; my ($this) = bless( \{}, $class); return $this; } } 1;