Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Business::ISSN - where is is_valid_checksum

by CaMelRyder (Pilgrim)
on Aug 04, 2008 at 15:31 UTC ( #702089=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
            #EXPORTABLE FUNCTIONS
    
    ...
    
             #verify the checksum
             if( is_valid_checksum(’01234567’) ) { ... }
    
  2. or download this
    use Business::ISSN qw(is_valid_checksum);
    
    my $issn = '0742-4477';
    print "Valid = " . is_valid_checksum($issn);
    
  3. or download this
    "is_valid_checksum" is not exported by the Business::ISSN module
    Can't continue after import errors at test.pl line 1
    BEGIN failed--compilation aborted at test.pl line 1.
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://702089]
Approved by toolic
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others browsing the Monastery: (3)
As of 2023-09-27 12:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?