Current Path : /proc/self/root/proc/3/task/3/cwd/usr/local/rvglobalsoft/rvglobalsoft/lib/RVL/Request/ |
Current File : //proc/self/root/proc/3/task/3/cwd/usr/local/rvglobalsoft/rvglobalsoft/lib/RVL/Request/Ajax.pm |
#!/usr/bin/perl package RVL::Request::Ajax; ##LICENSE## use strict; use warnings; use base qw(RVL::Request::Browser); use Class::Std::Utils; { sub new { my ($class, $opt) = @_; my ($this) = $class->SUPER::new($opt); return $this; } } 1;