X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=perl-module%2Flib%2FPSPP.pm.in;h=7d077992bd4ad2eef11caee90e663353021e4223;hb=refs%2Fbuilds%2F20140222030507%2Fpspp;hp=a99c77db275aed0c4345893be575669e5c9c0573;hpb=f550aee00a62fe1d8baf62d83cd7efef6cc2ee92;p=pspp diff --git a/perl-module/lib/PSPP.pm.in b/perl-module/lib/PSPP.pm.in index a99c77db27..7d077992bd 100644 --- a/perl-module/lib/PSPP.pm.in +++ b/perl-module/lib/PSPP.pm.in @@ -483,6 +483,13 @@ Open is used to read data from an existing system file. It creates and returns a PSPP::Reader object which can be used to read data and dictionary information from C. +=head3 get_case_cnt () + +Returns the number of cases in a open system file. Some files +do not store the number of cases. In these instances undef +will be returned. Therefore, then programmer must check that the +returned value is not undef before using it. + =cut sub get_dict