# foo.sh HELLO = "hello" WORLD = "world" # tons more of these #### # foo.sh my $HELLO = "hello"; my $WORLD = "world"; # ...