Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>

WEEK'S BEST

  • BackTrack 5 R1
  • Wine 1.2.3 / 1.4 RC3
  • Mozilla Firefox 10...
  • Ubuntu 11.04
  • Angry Birds 1.1.2.1
  • Ubuntu 10.04.3 LTS
  • Linux Kernel 3.2.6
  • Ubuntu Manual 10.10
  • Adobe Flash Player...
  • Pidgin 2.10.1
  • Home > Linux > Programming > Perl Modules

    No::Giro 0.21

    Download button

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

    License / Price:

    Last Updated:

    Category:
    Kjetil Kjernsmo | More programs
    Perl Artistic License / FREE
    November 28th, 2009, 00:59 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    No::Giro description

    Perl Module for generating Norwegian bank slips

    No::Giro is a Perl module that provides some methods to enter data into a standard F60-1 GIRO slip. This is an A4 sheet with a standard layout and where data are entered at the bottom and there is some space to enter any information at the top. It returns an Encapsulated Postscript object that can be used in a Postscript document, which again is suitable to be printed.

    SYNOPSIS

     use No::Giro;
     use PostScript::Simple;
     my $p = new PostScript::Simple(papersize => "A4",
     colour => 0,
     eps => 0,
     units => "mm");
     $p->newpage;
     my $giro = new No::Giro;
     $giro->kid(242345);
     $giro->belop(4534);
     $giro->tilkonto(12345678901);
     $giro->bettil(["Payme", 'Somewhere', '4932 Place']);
     my $e = $giro->eps;
     $p->importeps($e, 0,0);
     $p->output("giro.ps");



    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    F60-1 GIRO | bank slips | Perl module | bank | slips | generator



    HTML code for linking to this page:


    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

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