What do you want to save?
Add Code snippet
New code examples in category Perl
-
Awgiedawgie 2022-01-30 18:35:07
perl id number validation south africa
# NB--> Language: Perl # NB--> Country of ID: South Africa (RSA) use Scalar::Util 'looks_like_number'; sub Validate_IdNum($); sub GetLuhnDigit($); #----------------------------------------------------------------# # Validates the id number being pa... Add solution -
Awgiedawgie 2022-01-22 12:46:02
perl add key value pair to hash
#!/usr/bin/perl #----------------------------------------- # perl-hash-add.pl # created by alvin alexander, devdaily.com #----------------------------------------- # create a perl hash $prices{'pizza'} = 12.00; $prices{'coke'} = 1.25; $prices{'sandwich... Add solution
Best helpers
Ranking is empty