Help for this page

Select Code to Download


  1. or download this
    $" = '';
    print "SUB4: 3rd way\n";
    for my $x (@data){
        print "@$x\n";    
    }
    
  2. or download this
    SUB4: 3rd way
    123
    123
    123