X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=perl-module%2Flib%2FPSPP.pm.in;h=7d077992bd4ad2eef11caee90e663353021e4223;hb=15902607af7e20a76acdc98623b9f5a99751065b;hp=a99c77db275aed0c4345893be575669e5c9c0573;hpb=3bb1629e0b8ef14c9e3c9459239335b81f7f8204;p=pspp-builds.git diff --git a/perl-module/lib/PSPP.pm.in b/perl-module/lib/PSPP.pm.in index a99c77db..7d077992 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