Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Libraries

    Regexp::Log::BlueCoat 0.03

    Download button

    No screenshots available
    Downloads: 698  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Philippe Bruhat | More programs
    Perl Artistic License / FREE
    November 11th, 2006, 13:05 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    Regexp::Log::BlueCoat description

    Regexp::Log::BlueCoat is a regexp builder to parse BlueCoat log files.

    Regexp::Log::BlueCoat is a regexp builder to parse BlueCoat log files.

    SYNOPSIS

    my $blue = Regexp::Log::BlueCoat->new(
    format => '%g %e %a %w/%s %b %m %i %u %H/%d %c',
    capture => [qw( host code )],
    );

    # the format() and capture() methods can be used to set or get
    $blue->format('%g %e %a %w/%s %b %m %i %u %H/%d %c %f %A');
    $blue->capture(qw( host code ));
    $blue->ufs( 'smartfilter' );

    # this is necessary to know in which order
    # we will receive the captured fields from the regex
    my @fields = $blue->capture;

    # the all-powerful capturing regex :-)
    my $re = $blue->regex;

    while () {
    my Úta;
    @data{@fields} = /$re/;

    # do something with the fields
    }

    Regexp::Log::BlueCoat is a module that computes custom regular expressions to parse log files generated by the BlueCoat Sytems Port 80 Security Appliance.
    See the Regexp::Log documentation for a description of the standard Regexp::Log interface.

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    regexp builder | Perl module | Regexp::Log::BlueCoa | regexp | builder

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM