The document defines a profile hash with name, id, and age keys, a language hash with work and love arrays, and a product string. It then runs a simple Perl command to print "Hello".
1 of 60
Download to read offline
More Related Content
ワンライナ`のための採か()
2. my $profile = {
name => ' ',
id => 'sugyan',
age => 26,
};
3. my $language = {
work =>
['Java', 'Objective-C'],
love =>
['Perl', 'Python'],
};