Summary: is there a way to "revert" an MD5 hash code back to the username and password? or simply reverting a MD5 hash of a password (with no username) back to...
Summary: # I want to get an array from a Hash of Array or # an Array of Array and put it in @ary. ------------- # Q1 :What is the way for that ? # Q2 :Why ...
Summary: Hey all, I have this following problem for a homework question and I can't figure it out. Here it goes... Compute the hash code for each of the follow...
Summary: Hello again everyone.... I am writing a Perl script for a DB conversion that reads records from one database, adds the records to a Hash of an Array...
Summary: i want to construct a hash for a file named CATALOG.Structure of it is: File name # of attributes Attribute info 1 Attribute info 2 ... Attribute info...
Summary: My program reads from an input file of a list of classes and names and number of students. in this format: class name(tab)num of students(tab)name1 na...
Summary: Hi all, Quick Perl question. How to delete an entire hash so NOTHING is in it? The lines of code I've tried are... a.) if(defined(%objects)){ undef(%...