Help for this page

Select Code to Download


  1. or download this
    @test eq ('billy', 'colorado', '21');
    
    my ($name, $state, $age) = (@test);
    print "$name\n$state\n$age\n";