Help for this page

Select Code to Download


  1. or download this
    if (@input eq 'q') {
    
  2. or download this
    @foo = ('Bob', 'Tim', 'Bongo - The Jungle Avenger');
    
    ...
                            #and [0] indicates which one
        print "Everything has gone as planned";
    }