Help for this page

Select Code to Download


  1. or download this
    # foo.sh
    
    HELLO = "hello"
    WORLD = "world"
    # tons more of these
    
  2. or download this
    # foo.sh
    
    my $HELLO = "hello";
    my $WORLD = "world";
    # ...