X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=perl-module%2Flib%2FPSPP.pm.in;fp=perl-module%2Flib%2FPSPP.pm.in;h=7d077992bd4ad2eef11caee90e663353021e4223;hb=4bbc18decb6c26a9058d88fa0d4116a5730547b9;hp=a99c77db275aed0c4345893be575669e5c9c0573;hpb=ed743e5f27199615ecd48b28c9cd9e1a61fec0e7;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