Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    @$arr[0] = (4,3,2,1);
    
    print @trucks;
    
  2. or download this
    #!/usr/bin/env perl
    
    ...
    
    print @cars;