File: GnomeScore

package info (click to toggle)
libgnome2-perl 1.040-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 576 kB
  • ctags: 17
  • sloc: perl: 1,143; makefile: 52; ansic: 16
file content (13 lines) | stat: -rw-r--r-- 347 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/perl -w
use strict;
use Gnome2;

# $Header: /cvsroot/gtk2-perl/gtk2-perl-xs/Gnome2/t/GnomeScore,v 1.1 2003/09/25 15:05:49 kaffeetisch Exp $

Gnome2::Score -> init("Test");

Gnome2::Score -> log(1.23, "first", 1);
Gnome2::Score -> log(1.5745, "first", 1);

use Data::Dumper;
print Dumper (Gnome2::Score -> get_notable("Test", "first"));