Mailing List Archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [tlug] OT: interesting NY times article:High-Tech Japanese, Running Out of Engineers



2008/5/20 Shin MICHIMUKO <smitimko@example.com>:

> Hm, many of Japanese should improve the attitude for people from other
> countries.

I am pretty sure this code has no semantic errors:

our $premise = q{Many Japanese should improve their attitudes
concerning people from other countries.};

our @nationalities = qw(
    Americans
    Argentinians
    Australians
    Bulgarians
    Chinese
    Czechs
    English
    French
    Germans
    Irish
    Italians
    Spaniards
    Swiss
);

for my $nationality (@nationalities) {
    my $newPremise =  $premise;
    $newPremise      =~ s/Japanese/$nationality/;
    print "$newPremise\n";
}

-- 
Cheers,
Josh


Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links