#!/usr/bin/perl -w use strict; use warnings; use lib '/home/jmerelo/progs/osl-ugr/OSL-Inscriptio/lib'; use CGI::Carp qw(fatalsToBrowser); use OSL::Inscriptio::Persona::CBB; my $tiillo = OSL::Inscriptio::Persona::CBB->new(); $tiillo->process();