Help for this page

Select Code to Download


  1. or download this
    # assign hash value pairs and insert '=' between them to create phoneb
    +ook 
        my %hash = map { split( /=/, $_, $x + 1 ) } @v; 
    entry
    
  2. or download this
    # assign hash value pairs and insert '=' between them to create phoneb
    +ook entry
        my %hash = map { split( /=/, $_, $x + 1 ) } @v;