Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    for my $data (@data) {
        print $data, " => ", $translate{$data}, "\n";
    }
    
  2. or download this
    C:\Code>perl translate.pl
    1 => 567898
    2 => 543267
    3 => 234565
    4 => 987654