CHips L MINI SHELL

CHips L pro

Current Path : /proc/3/root/usr/local/rvglobalsoft/rvglobalsoft/modules/default/classes/
Upload File :
Current File : //proc/3/root/usr/local/rvglobalsoft/rvglobalsoft/modules/default/classes/Output.pm

#!/use/bin/perl
package DefaultOutput;
##LICENSE##
use strict;
use warnings;
use Class::Std::Utils;
{
    sub new {
        my ($class, $opt) = @_;
        my (%hash);
        my ($this) = bless( \%hash, $class);
        return $this;
    }    
    
    sub echo {
        my ($this, $msg) = @_;
        return "$msg";
    }
}
1;

Copyright 2K16 - 2K18 Indonesian Hacker Rulez