Help for this page

Select Code to Download


  1. or download this
    my %hash = (
        '$example' => 'This is an example ',
    ...
    }
    
    close (FILE);
    
  2. or download this
    my %hash = (
        '$example' => 'This is an example ',
    ...
    }
    
    close (FILE);
    
  3. or download this
    my %hash = (
        '$example' => '$comment is a variable',
        '$comment' => 'this is a comment'
    );