/[nn.old]/trunk/swish/brzak.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /trunk/swish/brzak.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 97 - (hide annotations)
Wed Sep 1 14:08:00 2004 UTC (19 years, 9 months ago) by dpavlin
File MIME type: text/plain
File size: 324 byte(s)
added syntax highlightning, first commit into subversion

1 dpavlin 87 #!/usr/bin/perl -w
2    
3     use strict;
4     use GDBM_File;
5    
6     my $gdbm_file="./brzakona.gdbm";
7    
8     my %br_zakona;
9 dpavlin 91 tie %br_zakona, 'GDBM_File', $gdbm_file, &GDBM_READER, 0640;
10 dpavlin 87 foreach (sort keys %br_zakona) {
11 dpavlin 97 # printf("%-8s %3d %s\n",$_,$br_zakona{$_},"#" x $br_zakona{$_});
12     printf("%-8s %3d %s\n",$_,$br_zakona{$_},'');
13 dpavlin 87 }
14     untie %br_zakona;

Properties

Name Value
cvs2svn:cvs-rev 1.2
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26