Help for this page

Select Code to Download


  1. or download this
    # this is file1.pl
    use id;
    
    $id{Name} = "Jim";
    
  2. or download this
    # this is file2.pl
    use id;
    
    print $id{Name};